Hello, we are trying out Jira Software Cloud with the basic Automation tool.
This is the desired scenario and Automation:
Story ABC-1 with Subtasks ABC-2, ABC-3, ABC-4.
ABC-1 has a parent link issue relationship with ABC-2, ABC-3, ABC-4.
Subtasks ABC-2, ABC-3, ABC-4 do not have any direct link issue relationship with each other.
When a field, ie. text field "Assigned Team", on Subtask ABC-2 is updated, I want to run an Automation that updates ABC-3 and ABC-4 to the same value for "Assigned Team".
However, I am having trouble thinking of a way to "find the other children of the parent" in a JQL or pre-baked Automation filter.
Any suggestions or guidance is appreciated. Thank you!
You should be able to use the related issues / issue branches feature with a JQL. The JQL search could then find the "siblings" tickets and the edit the assignee for these
e.g. a JQL with:
parent = {{issue.parent.key}}
You'll probably need to add more conditions here (check that it's a subtask etc) but ho[efully should be enough to get you going!
At the American Academy of Family Physicians, siloed marketing teams faced delays and duplicate work. Kerrie Gottschalk shook things up by moving the department to Jira, streamlining processes, boosting visibility, and sparking stronger collaboration.
Read the story
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.