Hello,
I want to add a new label to an issue on certain condition, so I need to read the existing label and then add the new value and then set the new value in jira automation.
Has anyone of you done such rules and is able to what json i can use to
1) read the existing labels
2) append the new label I want to set to json
3) set the json as new label for the issue
KInd Regards
Manas
An automation like this helps?
Actually this will delete the old labels it may have and just sets the new label, I need to append the label.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ah.. i get that..
update it like below with 'Copy from issue'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.