デプロイ統合をセットアップする

To send deployment information to your Jira space, you must complete the following:

Jira でデプロイ機能を有効にする

You must be a space admin to enable and disable features on a space. You must also have the permission View development tools to enable the deployments feature.

デプロイ機能を有効/無効にするには、次の手順に従います。

  1. サイドバーにあるスペース名の横で、その他のアクション(•••)を選択し、スペース設定を選択します。

  2. [機能] を選択します。

  3. [デプロイ] トグルによってこの機能をオン/オフにします。

パイプラインをデプロイ ツールで設定する

デプロイを Jira と統合するには、デプロイ ツールにパイプラインをセットアップして、デプロイ イベントを Jira に送信するように設定する必要があります。

デプロイ ツールを Jira サイトに接続する

To send deployment information to Jira, you must connect a deployment tool like Bitbucket, GitHub, GitLab, Jenkins, or any of the supported tools available on the Atlassian Marketplace. If you want to connect an on-premise tool, learn how to set up an integration using OAuth. Each tool has its own connection process, and some tools will require you to complete some configuration steps within the tool itself (not just in Jira) to finish setting up the integration.

次のデプロイ ツールの接続に関する詳細についてご確認ください。

接続しようとしているツールのサポート ドキュメントは、Marketplace アプリのリストにもあります。次に例を示します。

Your team can start linking deployment activity to Jira by including work item keys in branch names, commit messages, and pull requests.

  1. Find the key for the Jira work item you want to link to, for example “JRA-123”.

  2. Checkout a new branch in your repo, using the key in the branch name. For example, git checkout -b JRA-123-<branch-name>.

  3. When committing changes to your branch, use the key in your commit message. For example, git commit -m "JRA-123 <summary of commit>".

  4. When creating a pull request, include the key in the pull request title.

Find out about referencing work items in your development work.

デプロイが実行されたことを確認する

Once you've connected a deployment tool and included work item keys in your development work, Jira will only show deployment information if a deployment has run on at least one linked branch, commit, or pull request. A deployment to an environment, such as production or testing, is linked if a commit associated with the deploy contains the work item key in its commit message.

 

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。