You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi, I am trying (so far in vein) to create some automation logic to do the following:
I have 5 Statuses but only some are relevant:
When an Issue with a given Status (let's call it 'Main Issue') has (any) Linked Issues, then update the Main Issue Status according to the Status(es) of Linked Issues.
Somewhat like the logic for subtasks (or checklists within Issues, or Epics with Child Issues), except (for complex reasons) it cannot be subtasks or Epics etc.
For example I need to create logic so that:
Main things to note are:
Any tips/guidance would be much appreciated!
The solution to this is to use the "Related Issues" condition to determine whether there are issues that match (or don't match) your specific condition. Create an If/Else condition and then use the "Related Issues" to see whether there are Some or All linked issues are in the status. In the picture below, I have said that if ANY linked issue matches the JQL of "status in (In Progress, Ready to Deploy)" then transition the trigger issue to In Progress. Do the same for your other conditions
Hope this helps.
Hi Derek, thanks so much for your answer. Forgive my late response, for some reason emails went into spam. This is a great starting point for me!
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.