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!
My understanding of your question is that there are stories ("required by") . On the completion of these stories you want several other stories to move into "ready for work" state.
To achieve this first you need to create relation between the "required by" story and the stories whose status need to be changed. I will prefer you to create a link that the stories are blocked by the main story.
Then on the transition of your main story , you can use a post function to move all linked issues from one state to another state. There are several add-ons which provide such post functions . One of them is below with example :
https://innovalog.atlassian.net/wiki/spaces/JMWE/pages/68878506/Transition+linked+issues
Regards
Prakhar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.