Link repositories to a software space
Keep track of your team’s work by linking code repositories from connected development tools to your software space.
はじめる前に
Before you can link repositories to your software space, you must complete the following steps:
Enable the code feature in your space. How to enable Code
Jira を Bitbucket、GitHub、または別のサポートされているソース コード管理ツールに接続します。Jira と開発ツールの統合に関する詳細についてご覧ください。
ツールが Jira に開発情報を送信できるように正しく設定されていることを確認します。
チームのリポジトリをリンクする
The Code feature displays a list of the repositories that are linked with your space, helping you keep track of where your team is working. It can display up to 100 linked code repositories.
Link repositories using work item keys
You can link a repository to a space by including work item keys in your branch names, commit messages, and pull requests. Here’s how:
Find the key for the Jira work item you want to link to, for example “JRA-123”.
Checkout a new branch in your repository, using the work item key in the branch name. For example,
git checkout -b JRA-123-<branch-name>
.When committing changes to your branch, use the work item key in your commit message. For example,
git commit -m "JRA-123 <summary of commit>"
. You can also include the work item key in the pull request title.
After you commit your changes or push your branch, go to Code in the space menu to see the connected repository. It can take a few minutes for the connection to finish.
この内容はお役に立ちましたか?