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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.