GitHub リポジトリを Jira Service Management と接続する
Jira Service Management の Free プランとスタンダードプランの変更
As of October 16, 2024, change management for Jira Service Management will move from Standard to Premium plans. After this point, only Premium and Enterprise plans will have access to this feature.
Free プランとスタンダードプランの既存のプロジェクトは、既存のリクエストタイプと課題タイプを引き続きサポートします。この変更の詳細についてはこちらをご確認ください。
You can connect GitHub to your IT service project to track your deployments. To map GitHub repositories with your services, you must first setup the GitHub app for Jira. Learn how to add GitHub integration to Jira.
GitHub アプリを追加した後は、次の手順に従います。
サービス プロジェクトから、[プロジェクト設定] > [オペレーション] > [変更管理] の順に選択します。
[パイプラインを接続] > [GitHub] の順に選択して、セットアップ フローの最後にサービス ID をコピーします。
ご利用の GitHub アカウントに移動します。
Create a folder and name it .jira
次に、このフォルダー内にファイルを作成して、「config.yml」という名前を付けます。これで、このファイルにサービスをマッピングできます。
In the config.yml file, enter the service IDs you want to map into this repository. You can use the following script example:
deployments:
services:
ids:
- b:YXJpOmNsb3VkOmdyYXBoOjpzZXJ2aWNlLzQxODczNDgyLTUzZWUtNDczOC1hYmI1LWFiMzRhNmZlNGNlMC8xYmJlYjkwMi05MGNkLTExZWMtOWZhMi0xMjhiNDI4MTk0MjQ=
GitHub リポジトリにマッピングするサービスは、同じサービス プロジェクトにある必要があります。別のリポジトリを使用する場合は、別のサービス プロジェクトを使用する必要があります。無効なサービス ID がある場合は、GitHub がそれらを破棄するため、マッピングされません。
各 GitHub リポジトリには最大 100 のサービスをマッピングできます。
Now that you’ve connected and mapped GitHub, you can start using deployment tracking and incident investigation view. Learn how to setup deployment tracking.
この内容はお役に立ちましたか?