If the Git Integration for Jira app is configured and licensed successfully, new tabs are added to each Jira issue.
Some features can be switched on and off via General settings:
- Jira dashboard menu Git ➜ Manage repositories ➜ Git Integration for Jira (sidebar) ➜ General settings.
Also, users should be able to see available features in the Jira issue page.
Label | Description |
---|---|
1 | Git Roll Up In this tab, service users will be able to see commit statistics, In this tab, service users will be able to see commit information such as commit author, changes to source files, as well as viewing the full commit that are associated to the current issue. |
2 | Git Commits tab In this tab, service users will be able to see commit information such as commit author, changes to source files, as well as viewing the full commit that are associated to the current issue. |
3 | Jira Development Panel The Jira Development Panel is located on the right panel of the Jira issue page under Git integration section. In most cases, this panel is intended for developers. |
4 | Compare Code Click the label link to open the Compare Code dialog and allows service users to do a branch-to-branch or branch-to-master code comparison from a specific repository. |
5 | Branches This feature allows service users to create git branches against the specified repository from inside Jira. The created branches are also displayed as a list. The “main” branch can also be displayed under this list if enabled in the General settings. |
6 | Ahead and Behind Represents the number of commits that are ahead/behind the main branch. |
7 | Pull/Merge Request This feature allows service users to create pull/merge request against the specified repository from inside Jira. The created pull/merge requests are also displayed as a list. |
8 | Tags Git tags are read from the associated repository and are displayed as a list. |