We're updating our terminology in Jira

'Issue' is changing to 'work item'. You might notice some inconsistencies while this big change takes place.

リポジトリをソフトウェア プロジェクトにリンクする

接続した開発ツールのコード リポジトリをソフトウェア プロジェクトにリンクして、チームの作業を追跡します。

はじめる前に

リポジトリをソフトウェア プロジェクトにリンクする前に、次の手順を完了する必要があります。

  1. プロジェクトのコード機能を有効にします。コードを有効にする方法

  2. Jira を Bitbucket、GitHub、または別のサポートされているソース コード管理ツールに接続します。Jira と開発ツールの統合に関する詳細についてご覧ください。

  3. ツールが Jira に開発情報を送信できるように正しく設定されていることを確認します。

コード機能では、プロジェクトにリンクされているリポジトリのリストが表示されるため、チームが何に取り組んでいるかを追跡するのに役立ちます。 リンクされているリポジトリが最大で 100 個表示されます。

You can link a repository to a project by including work item keys in your branch names, commit messages, and pull requests. Here’s how:

  1. Find the key for the Jira work item you want to link to, for example “JRA-123”.

  2. 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>.

  3. 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.

変更をコミットするかブランチをプッシュしたら、プロジェクト メニューの [コード ] に移動して、接続されているリポジトリを確認します。 接続が完了するまでに数分かかる場合があります。

How to reference work items in your development work

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。