Getting started for Git administrators
Welcome Git Admin!
You are probably reading this page because a Jira administrator has requested access to the Git server. The Jira administrator has installed the Git Integration for Jira app.
What’s on this page:
What is the Git Integration for Jira app?
The Git Integration for Jira app pulls data from a Git source code control repository. Jira users will be able to see code in Git in context with Jira projects and issues. Even non-technical users will be able to see Git in the familiar Jira interface.
Jira users will be able to securely browse content in Git without requiring you to create IDs for every user.
How does Jira interact with the Git server?
The Git Integration for Jira app acts as a regular Git client. It performs a scheduled pull from the repository.
What does the Jira administrator need?
The Jira administrator needs the ability to clone the repository and pull from it just like a regular developer workstation would do.
We recommend that you create a new user identity specifically for this Jira server.
For Git repositories with HTTP/HTTPS access |
Please do the following:
|
For Git repositories with SSH access |
Please do the following:
|
For Git repositories with Git protocol access |
Send the Jira administrator the URL to the Git server. For example: |
Troubleshooting issues
For information on troubleshooting known errors and issues, see Git Integration for Jira - Knowledge Base/FAQ and Troubleshooting guides.
Classic and webhook indexing
Classic indexing refers to an internal process which runs in a set amount of time to review repositories eligible to be checked for changes. For more information on how this works, see Classic indexing explainer.
Webhook indexing refers to automatic indexing designed to record changes in a timely manner for all types of repositories resulting in immediate reindex times. For more information on how this works, see Webhook indexing explainer.
More related topics about getting started for Jira admins
Need to know more features? Read next: Helpful Tips for Jira Administrators