Creating branches and pull/merge requests (Integration basics)
The Git Integration for Jira app adds two features on the Jira issue developer panel – Create Branch, and Create Pull/Merge […]
Creating Personal Access Tokens
This page contains steps for creating personal access tokens (PATs) for specific git hosts. Use the table of contents to […]
Connection Reset when Accessing the Database
Problem Errors/failures in the Git Integration for Jira application are seen sporadically. Automatic reindexing may stop. Diagnosis Jira admins will […]
Connecting to a single git repository (HTTPS/SSH) (Integration basics)
This process requires an existing git host repository. Obtain the HTTPS or SSH git clone URL from the repository home […]
Connecting to a git host account via Add new integration panel (Integration basics)
This process requires a git host account (e.g. GitHub/GitLab/VSTS etc.) Use the Add new integration panel in Jira Cloud/Server to […]
Connecting a repository via Advanced setup
What’s on this page: Introduction Getting started Advanced setup Display Name Cloned Repository Root Repository Settings Enable Fetches Repository Origin […]
Configure Source Code Diff Viewing
By default – integrations (GitLab, GitHub, etc) and individual repositories have Source Code Diff Viewing enabled. Jira administrators can disable all user’s […]
Comparing branches/tags in Repository Browser
ALSO IN JIRA CLOUD On the Repository Browser, click the Compare page tab. On this page, two branches from the current repository […]
Commits API
Obtain commit information associated with an issue by calling the commits API. Commits REST API Get Commits Get Commit Issue […]
Commit-msg Hook
Every developer must have this hook on his local machine in order to: Commit codes locally several times then pushes […]