I am attempting to use automation to ADD a dynamic Label derived from two custom fields.
The automation currently is attempting to do the folllowing:
*Note:
{
"update": {
"labels": [{
"add": "string1"
},
{
"add": "string2-{{issue.cf1_Value}}-{{issue.cf2_Value}}"
}]
},
}
The cf1_Value is the display name of the custom field vs. the ID (cf#####) format.
I feel like one of these options should enable this operation but so far, I've not been able to crack the nut. Anyone have a solution for this challenge? Thanks!
Not out of the box. You may be able to do it with a listener.
I STRONGLY suggest you treat all updates to JIRA besides adding users as a production system under change control. That will handle item 2 and a bunch more that will come up if you don't manage JIRA like a production system.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.