Hi guys,
I've been racking my brain trying to figure out how to set up a wide variety of automation rules to keep epics and their children in line.
I have the following scenario which I'd like to cover but I am not sure how to set the automation up:
Example of what I want to be able to do:
I already have in place automations to change epic status according to changes in its children but thats for existing children, I'm struggling to make this work for when the trigger is the addition or removal of a ticket.
Initial questions:
Thanks and apologies for the longwinded and hopefully not too confusing question!
Hi @GC
This is a challenging scenario to solve for non-trivial Jira site configurations. Perhaps start small, with a single project and then scaling up to handle other projects / types.
You appear to be using a Jira Premium license level, and so I hypothesize you have many projects, of different types (including Company-managed, Team-managed, JPD, Work Management, etc.), and multiple different workflows for different issue types and projects.
If that is the case, I suspect what you describe cannot be done with one rule. At a minimum it may require:
In some cases, those rules may need to enable the option to allow other rules to trigger them (if other rules perform issue transitions, creation, and edits).
Trying to merge the different paths / conditions in fewer rules will increase risk, complexity, and the chances of errors which are difficult to undo.
And...just because rules could handle some scenarios / edge cases, perhaps it would be better to not handle all of them. Applying the 80 / 20 rule could reduce the complexity of the rules and leave more challenging ones to manual intervention.
Kind regards,
Bill
@Jovin @Bill Sheboy Thank you both for your answers.
I have inherited a system where all of these different workflows already existed so dealing with that has been a challenge.
I think I'm going to try and align as many workflows as possible first then try some of the solutions you've mentioned.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @GC ,
Sounds like you're trying to create the one rule to rule them all! Let's break it down a bit...
Firstly - aligning all statuses across your instance would definitely simplify and help; as would workflows, but we can work around this to a certain extent.
Triggers
Conditions
Branches
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.