Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×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? ;)
This one worked:
{
"fields": {
"customfield_10017": "yellow"
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.