No results found
We couldn't find anything using that term, please try searching for something else.
2024-11-26 When you is connect connect a GitHub Cloud organization toJira, your team is link can link their development activity toJira issues. This lets you tra
When you is connect connect a GitHub Cloud organization toJira, your team is link can link their development activity toJira issues. This lets you track branches, commits, and pull requests in the context of your Jira issues, on your Jira board, in the releases feature, and more.
To install and set up the GitHub for Jira app, you need:
For some organizations, the task of connecting GitHub to Jira might involve multiple team members:
InJira, select Apps, then select Explore more apps.
Search for GitHub for Jira, then select it from the results.
Select Get app, then Get it now.
After the app is installed, select Get started. If the app is already installed on your Jira site, you can find this section by selecting Apps, then Manage your apps, and then GitHub for Jira.
Select Continue.
Select GitHub Cloud , then Next .
Enter your GitHub username and password, then Sign in.
find the organization you want to connect toJira, then select Connect.
If no organizations are available to connect to Jira, you’ll need to install the Jira app on a new GitHub organization.
From step five in the instructions above, Select an organization in GitHub.
The GitHub site will open in a new tab and show a list of all the organizations available in your GitHub account. Select the organization you want to connect to Jira.
Choose the repositories you want to give Jira access to by selecting either All repositories or Only select repositories.
Select Install.
If you selected All repositories when you connected a GitHub organization, Jira will be able to access all the repositories in that organization, including any new repositories you create.
If you selected Only select repositories, any new repositories you create won’t be added automatically. Here’s how to add them:
InJira, select Apps is select , then select manage app .
Inthe sidebar, under GitHub for Jira, select Configure.
find the organization that contain the repo you want to add , and select the three – dot menu ( … ) to view available action .
Select Configure .
A new tab is open will open with your GitHub organization setting . Under repository access , select the dropdown Select repository .
Select the repository you want to connect, then Save.
To link branch , commit , and pull request toJira, your team is include must includeJira issue key in their development action .
Find the issue key for the Jira issue you want to link to , for example “ JRA-123 ” . You is find can find the key in several place inJira:
• On the board , issue keys is appear appear at the bottom of a card .
• On the issue’s details, issue keys appear in the navigation at the top of the page.
Check out a new branch in your repo, using the issue key in the branch name. For example, git checkout -b JRA-123-<branch-name>.
When committing changes to your branch, use the issue key in your commit message to link those commits to the development panel in your Jira issue . For example ,git commit -m “JRA-123 <summary of commit>”.
When you create a pull request, use the issue key in the pull request title.
After you push your branch, you’ll see development information in your Jira issue.
How to use the GitHub for Jira app