デプロイ機能とは?
Bitbucket、GitHub、GitLab、Jenkins、Azure DevOps などのデプロイ ツール、またはその他のサポート対象ツールを接続する際のために、デプロイ機能には Jira におけるデプロイ情報のタイムライン ビューが用意されています。そのため、チーム全員がデプロイ パイプラインを通過する作業項目を追跡して、どの機能がどの環境にデプロイされたかを確認できます。
デプロイ機能を使用するには、デプロイを Jira プロジェクトの設定で有効にしてデプロイ ツールを Jira サイトに接続する必要があります。デプロイ統合のセットアップに関する詳細についてご確認ください。
デプロイ機能を有効/無効にする
プロジェクト管理者のみがプロジェクトの機能を有効/無効にできます。また、デプロイ機能を有効にするには [開発ツールを表示] 権限も必要です。
デプロイ機能を有効/無効にするには、次の手順に従います。
ソフトウェア プロジェクトに移動します。
サイドバーに表示されるプロジェクト名の横で [その他のアクション] (•••) を選択し、次に [プロジェクト設定] を選択します。
[デプロイ] を選択します。
デプロイ機能を有効または無効にします。
次の方法でもデプロイを有効にできます。
[ナビゲーションに追加] (+) を選択します。
[デプロイ] > [ナビゲーションに追加] の順に選択します。
これで、デプロイ機能にプロジェクト ナビゲーションからアクセスできるようになります。
プロジェクトのデプロイ機能を無効にするには、次の手順に従います。
ソフトウェア プロジェクトに移動します。
[デプロイ] タブで、[その他のアクション] (•••) を選択し、次に [削除] を選択します。
これで、デプロイ機能がプロジェクト ナビゲーションから削除され、プロジェクトで無効になります。
デプロイ ツールを Jira に接続する
To send deployment information to Jira, you must connect a development tool like Bitbucket, GitHub, GitLab, Jenkins, Azure DevOps, or any of the tools available on the Atlassian Marketplace. Your team must then reference work item keys in commits, branch names, and pull requests, to start linking code and deployment information to Jira. Read more about setting up your deployment integration and referencing work items in your development work.
デプロイ情報を Jira で表示する
Once you set up a deployment integration, the Deployments page will show all the deployments linked to your work items, displayed over a timescale. You can filter by environment, version, epic, and work type, or change the date range.
As well as tracking the status of work, the Deployments page also tracks your team’s performance. The deployment frequency insight tells you how often your team deploys to production, and tracks your team’s average weekly deployments over a 12-week range. The cycle time insight measures how long it takes your team to ship work items through the deployment pipeline, from the first commit until the code is deployed to production. It shows your median cycle time per week, and calculates your overall median from the last 12 weeks. More about deployment insights.
Jira はデプロイ ページ以外で、次の場所にもデプロイ情報を表示します。
On Jira work items - the development panel updates automatically to show deployment status and environment details.
Your Jira board - displays an icon when a deployment is linked to a work item. Hover over the icon to view the details of the deployment.
In the Releases hub - if you’re using releases and versions to organize your work in Jira, the releases feature shows deployment information for all the work items in your version.
In JQL - search your project for deployment information using JQL (for example, search for all the work items that have been deployed to production). View more about JQL.
In automations - set up automation rules to perform certain actions based on the deployment data linked to your work items (for example, send a slack message when a work item is deployed to production). More about DevOps automation triggers.
この内容はお役に立ちましたか?