Use automation to update next gen project epic “issue color” value to change it appearing color

Indrek Petti November 26, 2020

I would like to change epic colors to reflect their statuses what eould be useful in roadmap and backlog views for planning and fast communication without the need to open them separately. I have tried automation scripts but json is giving me errors what ever way I try to edit it.

Trying:
"customfield_10017" : { "value": "purple" }
or
"customfield_10017" : { "id": 2 }
gives me:
Error while parsing additional fields. Not valid JSON.

Could someone take the challenge and help me out with a working solution? ;)

1 answer

1 accepted

0 votes
Answer accepted
Indrek Petti November 27, 2020

This one worked:

{
"fields": {
"customfield_10017": "yellow"
}
}

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events