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

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

Repository Browser

The Repository Browser allows users to view git repositories of configured projects via the Git menu on the Jira dashboard or on the Applications sidebar.

 

Getting started

Permissions
Users must have the View Development Tools project permission in order to gain access to the Repository Browser. For more information on assigning Jira permissions, see Managing Permissions in Jira.

Git menu
After installing the Git Integration for Jira app, the Git dropdown menu is added to the dashboard.

The Git header is hidden for all users if there are no repositories with Repository Browser enabled for that user. The Git Integration for Jira app will always show the Git header to Jira administrators.

The Git header is visible to other users who have repositories with Repository Browser enabled and have no history of using the Repository Browser (for example — no previously viewed or repositories set as favorite).

 

Repository list

Available git repositories of configured projects are displayed.

Repository browser screen showing list of connected repositories, recent issue, last updated by, last commit and personal access (if require PAT setting is enabled).
  • Use the search bar to search and filter the Repositories list.

  • On the list table, you will see git repositories, recent issues updated by the user, and the last commits made.

  • The personal access token configuration column (Pers. Access) displays the PAT setup option (if require user pat setting is enabled). Click the edit icon to setup PAT to allow branch and PR/MR creation functions via Jira Git integration development panel. The adjacent checkmark indicates a PAT has already been configured.

  • On the bottom left of the list, the view options control how many rows the list will display. The default view is 10 rows. Larger row view affects page loading time.

  • On the right of the view options are the pagination options. Use the controls to navigate through the page list.

 

Repository view

Click a git repository under Git repository column to browse its contents and switch to repository view. For example:


  • Clicking Repositories at the top right of the screen will open the git app repositories page.

  • Select a branch from the dropdown list to browse repository contents for that branch (default view is master branch).

  • Click a folder to view its contents. Click a file to view its code diff.

  • Click on an issue link under Commit message to view that ticket.

  • Click on the  Latest commit: UUID link to view code diff for that commit.

  • Click on an item link under Latest commit column to view code diff for that particular commit.

  • Clicking on the Repositories button at the top right of the page returns the view to the Repository Browser.

Commit revisions
The revisions of the commits are displayed on the Repository Browser in addition to branches and tags. See Repository Browser – Git Commits tab for detailed information.

If the selected path is a root of the repository and no files are present, a message will be displayed instead of an empty file list.

Administration
Administrators can turn off the Repository Browser via   Actions ➜ Edit repository settings in the Git Integration for Jira app configuration.

Sort header
The displayed repositories can be sorted by clicking the corresponding list header. The Git Integration for Jira app will remember the sorting choice per user.

 


Prev: Smart commits

Next: Viewing list of commits via Repository Browser

 

More articles on Repository browser

Viewing list of commits in Repository Browser

Comparing branches/tags in Repository browser

Enable/disable Repository Browser via git repository configuration page

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