March 28th 1 PM ET
Free Workshop: Escape the chaos of context-switching

Git Integration for Jira Self-Managed (Data Center/Server) Documentation

Enable/disable Repository Browser via git repository configuration page

Access the Repository Browser via Jira dashboard menu Git ➜ Repository browser or alternatively, go to Jira Administration ➜ Apps ➜ Git Integration for Jira (sidebar)Repository browser.

 

Repository Browser settings

On the git repository configuration page, click   Actions ➜ Edit integration/repository settings to modify required repository settings. The Advanced setup screen for configuring repositories is displayed.

Scroll down to the Repository Browser section.

 

Repository Browser

Select Enabled to activate this feature for this repository. Otherwise, set to Disabled to deactivate this feature for this repository.

 

Tags

Show all tags  –  This will display all the tags for the specific issue.
Show tags matching the pattern  –  This will display tags on issue pages that match the specified regular expression pattern.

For example:

release2[.](7|8)[.][0-9]+

This example is a filtering regexp for a range of releases from 2.7.x to 2.8.x. The sidebar will display git tags for release versions 2.7.0 to 2.8.x in descending order.

Click Update to save configuration changes for this repository.

 


Prev: Comparing branches/tags in Repository Browser

Next: Viewing commit code diffs

Have feedback about this article? Did we miss something? Let us know!
On this page