We're updating our terminology in Jira

'Issue' is changing to 'work item'. You might notice some inconsistencies while this big change takes place.

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

デプロイ情報を Jira プロジェクトに送信するには、次を完了する必要があります。

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

プロジェクト管理者のみがプロジェクトの機能を有効/無効にできます。また、デプロイ機能を有効にするには [開発ツールを表示] 権限も必要です。

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

  1. Jira にログインして、プロジェクト メニューの [プロジェクト設定] を選択します。

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

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

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

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

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

デプロイ情報を Jira に送信するには、BitbucketGitHubGitLabJenkins、または Atlassian Marketplace で入手可能なサポートされている任意のツールを接続する必要があります。オンプレミス ツールを接続する場合は、OAuth によって統合をセットアップする方法をご確認ください。各ツールには独自の接続プロセスがあります。一部のツールでは、統合の設定を完了するためにツール自体の中 (Jira 内だけでなく) でいくつかの設定ステップを完了する必要があります。

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

接続しようとしているツールのサポート ドキュメントは、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.

Learn more 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.

 

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

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