Updating the Responder field with Automation

お困りですか?

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

コミュニティに質問

 

プラットフォームについて: Cloud のみ - この記事は、 クラウド プラットフォームのアトラシアン製品にのみ適用されます。

要約

When working with incident management, you may want to automatically update the responder field during specific events such as transitions, approvals, and so on.

環境

Jira Service Management Cloud

診断

The responder field is not available when updating automation components such as edit issue.

原因

Because the responder field is a unique system field that pulls data directly from Opsgenie, the automation components do not yet support it.

ソリューション

You can use the advanced field editing feature using JSON to workaround this with the following JSON structure:

{
    "update": {
        "Responders": [
            {
                "add": [
                    {
                        "ari": "ari:cloud:opsgenie:<cloud_id>:team/<team_id>",
                        "type": "team"
                    },
                    {
                        "ari": "ari:cloud:opsgenie:<cloud_id>:user/<account_id>",
                        "type": "user"
                    }
                ]
            }
        ]
    }
}
tip/resting Created with Sketch.

You can replace add with remove to remove existing values from the field.

最終更新日 2022 年 11 月 28 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.