GitHub データを Jira にバックフィルする
バックフィルとは、GitHub 組織からソフトウェア プロジェクトに履歴データをインポートするプロセスを指します。これにより、現在の作業と一緒に以前のデータを表示し、両方のソースを同期させることができます。
GitHub を連携すると、Jira では 6 か月分の履歴が自動的にインポートされます。次の情報がインポートされます。
All pull requests - the Jira work item key needs to be in the title or the description of the pull request, or in the name of the source branch.
Builds and deployments - if Jira work item keys are included in commit messages, branch names, or pull requests that are part of a workflow or deployment. Find out more about linking builds and deployments to Jira
Commits containing Jira work item keys - only the latest 50 commits from non-default branches will be backfilled. Any unreachable commits (like commits from deleted branches) are excluded.
Branches - as long as the work item key is in:
ブランチ名
ブランチに関連付けられている最新のプル リクエストのタイトル
ブランチの最後のコミット メッセージ
GitHub データを手動でバックフィルする
6 か月分を超える GitHub の履歴データをインポートするには、次の手順に従います。
このプロセスには Jira 管理者権限が必要です。
[アプリ] > [アプリを管理] の順に選択します。
サイドバーで [GitHub for Jira] を選択します。
GitHub 組織の設定 () を選択してから、[バックフィルの続行] を選択します。
履歴のインポートを開始する日付を選択してから、[Backfill data (データをバックフィル)] を選択します。既定設定の手動インポート プロセスでは、すでにインポートされているデータに加えてデータが追加されます。既存の履歴データをすべて上書きする場合は、[Restart the backfill (バックフィルを再開)] の横にあるチェックボックスをオンにします。
この内容はお役に立ちましたか?