This page applies to Jira Server, Jira Data Center and Jira Cloud.
Permissions
Jira Cloud – Development panel
The View Development Tools permission only applies to Jira Classic Projects. Next-Gen Projects don’t allow to modify the permission.
Create Branches and Branch Names
For connected GitHub git host, this feature requires enabled public_repo
scope permissions.
Commits Ahead and Behind
If the user does not have the View Development Tools project permission for the project, the developer panel will be unavailable for that user.
Git Integration panel
Locate the Jira Git integration development panel on the right pane of the Jira issue page. Click on Git integration to expand its contents. GIJ does not auto-populate git data in the Git integration panel upon loading the issue page to improve Jira performance.
The Refresh action is available for manually reloading the git information on the Git Integration development panel. Use it to repopulate Git data without reloading the Jira issue page.
Getting started
Git links are now available on the developer panel in the following locations:
-
Issue page
-
Search page in detailed view
-
Jira Agile screen
The 24 commits counter refers to an existing Git Commits view, which the issue tab have now.
Branches list
This section displays the list of created branches that are associated to this Jira issue. The ahead and behind counters describes how much lines of code the branch is ahead or behind.
To the right are the deep link icons: (1) opens this branch in the git host service portal, (2) opens this branch in GitKraken git client app, and (3) opens this branch in GitLens VSCode extension.
Pull/merge Request list
This section displays the list of created pull or merge requests that are associated to this Jira issue. Click the PR/MR links to view the selected PR/MR in the git host service portal.