You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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!
Hey there Cloud Community members! We’re excited to give you the first glimpse of the new home for business teams on Jira — Jira Work Management. Jira Work Management is the next generation of J...
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.