デプロイメントを有効にする
The Deployments feature gives you greater visibility of deployments by tracking and displaying CI/CD Pipelines against your Jira work items over a time scale. You can visualize the progress of a work-item as it moves through your deployment pipeline.
デプロイ機能を有効にするには、まず Jira をご利用の CI/CD プロバイダーと統合する必要があります。Bamboo は、まだこの機能でサポートされているプロバイダーではありません。
ソフトウェア プロジェクトのデプロイを有効にする
プロジェクト管理者のみがプロジェクトの機能を有効/無効にできます。また、デプロイ機能を有効にするには [開発ツールを表示] 権限も必要です。
ソフトウェア プロジェクトに移動します。
[プロジェクト設定] > [機能] に移動します。
[デプロイ] 機能を有効にします。
[デプロイ] という新しいメニュー項目がプロジェクト メニューに追加されます。
Jira でデプロイ パイプラインを統合する
The Deployments screen will display a list of work items and deployments information with options to filter by the environments.
To display deployment information in your project, include work item keys in your branch names, commit messages, and pull requests. Learn how to reference work items in your development work.
Jira と開発ツールの統合に関する詳細についてご覧ください。
デプロイ ビューを理解する
デプロイ ビューには次のフィルターと設定が用意されています。
Search: In this text filter, specify the keywords to display work items of your interest and their associated deployment pipelines.
環境: このフィルターでドロップダウンから環境を選択して、開発インスタンスのデプロイ ビューを絞り込みます。
Versions: This filter allows you to screen work items based on the released product versions. For example, the product features that you have released through different versions.
Epic: This filter allows you to group deployments and work items by epics. You can also filter the work items that don’t have a parent epic.
Type: This filter allows you to sort work items by type.
日付範囲: このフィルターによって、デプロイの日付範囲を設定できます。日付範囲フィルターの使用方法をご確認ください。
インサイト : このパネルでは、デプロイ メトリクスへの深いインサイトを得ることができます。デプロイ インサイトの確認および把握方法についてご確認ください。
エクスポート: このボタンでデプロイ ビューを CSV ファイルにダウンロードできます。選択したフィルターに基づき、情報は CSV ファイルにエクスポートされます。さらに、この CSV ファイルを Microsoft Excel または Google スプレッドシートにインポートできます。サンプルの CSV ファイルを参照してください。
"Work item key","Work item summary","Work item URL","Deployment date","Deployment state","Environment type","Environment name" "ABC-1111","agent-service: Add a POST endpoint to allow runner creation","https://workteams.xyz.net/browse/ABC-1111","2020-12-04 14:40:31","SUCCESSFUL","PRODUCTION","Production" "ABC-2222","agent-service: Add PUT endpoint for runners","https://workteams.xyz.net/browse/ABC-2222","2020-12-04 14:40:31","SUCCESSFUL","PRODUCTION","Production"
View settings: This panel allows you to configure the deployments view using filters such as Environment types, Icons, and Work items. You can also disable the deployments feature using the information on this panel.
デプロイ ビューを構成する
デプロイ ビューを構成するには、ボードの [ビュー設定] パネルに移動します。このパネルには以下のサブメニューがあります。
環境タイプ
環境タイプを使ってデプロイ ビューをカスタマイズします。環境タイプを選択してビューを修正し、デプロイ ステータスの経時的な変化を視覚化します。
アイコン
デプロイ キー: デプロイ ステータスの時系列を非表示/表示します。
Multiple deployments: Hide or show the number of deployment environments corresponding to each work item in your project timeline.
Work items
Show work items without deployments: Hide or show the work items that are not associated with any deployments.
プロジェクト管理者は、[デプロイ] ページ右上の [その他のオプション (…)] メニューをクリックして、インストールされたアプリとプロジェクト機能を管理できます。
リリース ページでデプロイ情報を表示
If you’ve enabled releases in your Jira project, you’ll see deployment information on the release page. Go to your project and select Releases in the project menu, then select a version to view its release page. The deployment status of each work item in your version will be displayed in the Deployments column. We'll show an icon to indicate whether a work item has been deployed successfully and a label to tell you what environment it’s been deployed to. Click on a deployment status to view a detailed dialog with links to the associated pipelines in your CI/CD tool.
この内容はお役に立ちましたか?