View development information for a work item
If your administrator has connected Jira to a compatible development tool, you’ll see development information alongside your work items in Jira. Depending on which tools you have connected, Jira shows your linked branches, commits, pull requests, builds, deployments, and feature flags.
はじめる前に
管理者が Jira と開発ツールを接続して設定する必要があります。開発ツールとの統合の詳細をご確認ください。
開発パネルを表示するには、開発ツールの表示権限が必要です。プロジェクト権限の管理に関する詳細をご確認ください。
Atlassian Government 環境で使用できるのは、Github だけです。
ツールから Jira に開発情報を送る
You must reference Jira work item keys in commits, branches, and pull requests to display development activity in Jira. Learn more about referencing work items in your development work. Once development information has been linked to a work items, it can’t be removed.
View the development panel on Jira work items
If everything has been set up correctly, you'll see a development panel on each of your work items. The development panel provides you with just enough information to evaluate the status of a work item’s development at a glance.
Hover over development or release activity to see more details.
Select a development activity (for example, 1 pull request) to open the development dialog.
This shows all the development information that has been linked to your work item. From here, you can select a particular item (for example, a pull request title or deployment pipeline) to view it in your connected development tool.
開発パネルでデータを表示できるユーザーの中には、開発ダイアログのすべての情報を表示する権限を持たないユーザーもいます。これは、Jira がリンクされたアプリでの適切な権限を確認するためです。
ダイアログの上部と開発パネルの要約には一意のアイテムの数が表示されますが、開発ダイアログでは重複して表示される場合があります。
Only the first 100 commits linked to a work item will be shown on the development panel.
If commits linked to the work item are involved with a Bamboo build that fails, the first successful build that follows will be reported, even though the original commits are no longer involved with that build.
プル リクエストの横にあるステータス バッジは何を表していますか?
開発パネルのプル リクエストのステータス:
"オープン": 未処理のプル リクエストが 1 つ以上ある場合。
"マージ済み": 未処理のプル リクエストがなく 1 つ以上のプル リクエストがマージされている場合。
DECLINED (却下)未処理または統合済みのプルリクエストがなく、1 つ以上のリクエストが却下された場合
ステータスのひし形の横にある数字は、現在そのステータスになっているプル リクエストの数を示しています。
レビューの横にあるステータス バッジは何を表していますか?
開発パネルのレビューのステータスは次のとおりです。
レビュー (黄色に黒の書き込み) — 少なくとも 1 つのレビューが「レビュー」ステータスにあります。
承認 (黒) –「レビュー」ステータスのレビューがなく、1 つ以上のレビューが「承認」ステータスの場合。
要約 (黒) –「レビュー」ステータスまたは「承認」ステータスのレビューがなく、1 つ以上のレビューが「要約」ステータスの場合。
却下 (赤) –「レビュー」「承認」「要約」の各ステータスのレビューがなく、1 つ以上のレビューが「却下」ステータスの場合。(赤)
承認 (緑) – すべてのレビューが「クローズ」ステータスになっている場合。
注: 「下書き」レビューと「破棄」レビューは表示されません。
ビルドの横にあるステータス バッジは何を表していますか?
開発パネルのビルドのステータス:
異なるすべてのビルドが成功した場合 (ユニット テスト、機能テスト、ステージングへのデプロイなど) 。
リンクされているビルド サーバーのいずれかによって 1 つ以上のビルドが失敗した場合。
GitHub 統合の開発パネルを表示する
If you’ve integrated GitHub with Jira but you can’t see the Development panel in Jira work items, you might need to update the layout of the work item.
Jira プロジェクトの設定から開始します。
If you’re in a company-managed project, select Work item layout, then select Edit work item layout.
If you’re in a team-managed project, select Work types.
[空の場合は非表示] というタイトルのセクションで、[開発] フィールドを確認します。
[開発] フィールドを [空の場合は非表示] から [コンテキスト フィールド] というタイトルのセクションに移動します。
開発パネルからアクションを実行する
フィーチャー ブランチの作成
Select Create branch in the development panel to open your connected code tool and start the process for creating a branch. If you have multiple tools connected, you can choose where you'd like to create the branch. Alternatively, you can copy a git command to create and checkout a branch on your local. The key for the Jira work item will be automatically added to the name of the branch.
既定の git コマンド ブランチ名の形式を更新するには、次の手順に従います。
[GIT CREATE & 新しいブランチのチェックアウト] の横になる設定アイコンを選択します。
Select the fields you want to add to your new branch name format. You must include the work item key to link your branch and build info to Jira.
[保存] を選択します。
git コマンドをコピーしてローカルに新しいブランチを作成すると、新しいブランチ名の形式が適用されます。
コミットを作成する
Select Create commit in the development panel to either copy the Jira work item key and paste it into your commit message, or copy a sample git command containing your key.
プル リクエストの作成
Select Create pull request in the development panel to open your connected code tool and start the process for creating a pull request. The Jira work item key will be automatically added to the pull request title.
View development information for work items on the board
When your team includes work item keys in branch names, commit messages, and pull requests, you’ll see development information on your Jira board. Work item cards 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.
この内容はお役に立ちましたか?