The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Greetings all,
I am frustrated with the JSON in this thing. I validate it before using it, and only "sometimes" does it work, while others throws invalid JSON errors. In this post I am only really looking at removing labels, but there have been others. Yes, I know you can do it with the edit issue field list, but you shouldn't have to if you are just bundling it together with other things you are doing. Let's talk about ways to work out these issues.
Eg. 1 (valid, but not to Automate)
{
"update":[{
"labels": {
"remove": "add_team"
}
}],
"fields": {
"customfield_14651": "{{issue.parent.customfield_14651}}"
}
}
Eg. 2 (valid, but not to Automate)
{
"update":[{
"labels": {
"remove": ["add_team","add_teams"]
}
}],
"fields": {
"customfield_14651": "{{issue.parent.customfield_14651}}"
}
}
And this one really gets me...
so (because of the message) I change it to (finally valid, but doesn'tremove labels)...:
{
"remove": {
"labels": ["add_team","add_teams"]
},
"fields": {
"customfield_14651": "{{issue.parent.customfield_14651}}"
}
}
and no errors, but it doesn't do anything.
👋 Hi there Jira Community! A few months ago we shared with you plans around renaming epics in your company-managed projects. As part of these changes, we highlighted upcoming changes to epics on...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events