Error editing issues in Automation - <IssueID> (Specify a valid 'id' or 'key' for Test Project (customfield_10074))

お困りですか?

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

コミュニティに質問


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

要約

While editing an issue via Automation "Edit issue" action by specifying additional field values to be set using a JSON object as documented, we get an error below:

原因

In above scenario, the error is referring to the "Dev Project" custom field in "IT" project, which needed to be updated with the reference (id or key) from another project per Automation configuration. So, we will have to use 'id' or 'key' values to update the custom field. 

ソリューション

Change the advanced fields with either of the options below:

オプション 1:

Copy Additional fields
{
    "fields": {
               "Dev Project": {
            "key": "TSM1"
        }
    }
}


オプション 2:

Copy Additional fields
{
    "fields": {
               "Dev Project": {
            "id": "12174"
        }
    }
} 



最終更新日: 2024 年 1 月 8 日

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

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