コード機能を有効にする
コード機能では、リンクしたコード リポジトリを自動で接続してプロジェクトにその情報を表示することで、チームの作業をより視覚的に把握できます。
ソフトウェア プロジェクトのコードを有効または無効にする
プロジェクト管理者のみがプロジェクトの機能を有効または無効にできます。
ソフトウェア プロジェクトに移動する
[プロジェクト設定] > [機能] に移動します。
[コード] 機能を有効または無効にします。
有効にすると、[コード] という新しいメニュー項目がプロジェクト メニューに追加されます。
チームのリポジトリをリンクする
コード機能を使用するには、Jira を Bitbucket や GitHub などのソース コード管理ツールと統合する必要があります。Jira と開発ツールの統合に関する詳細についてはこちらをご確認ください。
コード機能では、チームが現在のプロジェクトにリンクしているすべてのリポジトリが表示されます。

To link a repository, include work item keys in your branch names, commit messages, and pull requests.
コード設定
ページの右上にある[その他のオプション](•••) メニューからコード設定に移動できます。

たとえば、GitHub がインストールされている場合は、[Github 設定] を選択してアプリの統合を管理します。
また、コード機能を無効にする場合は、このメニューを使用してプロジェクト機能を管理できます。
Jira で開発情報を表示する
Once you start referencing work items in your development work, you’ll get the following benefits:
[コード] ページのリポジトリとプル リクエスト
On the Code page, you’ll see a list of all repositories related to the project. If you include work item keys in pull request titles, you’ll also see all the pull requests that have been linked to work items in your project within the last 30 days (or pull requests that have been linked previously but were updated within the last 30 days).
Development panel on Jira work items
Work items referenced in development work will have a Development panel, which you’ll see in the Details section on the work item. The panel shows the status of branches, commits, pull requests, and builds related to the work item.
![[開発] セクションを含む Jira 課題の詳細ビュー。この課題には 1 つのブランチ、1 つのコミット、1 つのプル リクエスト、1 つのビルドがある](http://images.ctfassets.net/zsv3d0ugroxu/3XGwBcLkSp75ACF6qTIwRX/07ddc983dca21ac8a2e318059710f71b/JSW_IssueView_DevPanel.png)
開発パネル: ブランチ、コミット、プル リクエストにカーソルを合わせると、最終更新日時が表示されます。
リリース パネル: デプロイと機能フラグにカーソルを合わせると、詳細が表示されます。
カードでの開発情報
Once you’ve enabled the Code feature and your team includes work item keys in their branch names, commit messages, and pull requests, you’ll start seeing more development information on your Jira board. Work item cards will display development icons to indicate when they have pull requests, branches, or commits associated with them. You can hover over the icons to view the details of the development activity, and click through to go to your connected development tool. (Note, development icons will not show if your Jira board contains more than 100 work items.)
自動化
Use automations to create rules related to development, like transitioning a work item to In progress when a branch is created.
この内容はお役に立ちましたか?