I am trying to establish an upward status automation between subtasks, tasks, and epics. I have been able to connect the subs and tasks, but the epics seem to be disconnected and do not respond to any automation filters.
My automation stops at tasks and does not carry on to the parent epic.
Hello @dlayna
Welcome to the Atlassian community.
To provide you with advice about your automation flow we need the following information:
With that additional information we may be able to provide you with some advice or we may need to ask you some additional questions.
Hello @dlayna,
This usually comes down to one of two things, both easy to miss IMO.
First, a single rule can only climb one level. A branch to the parent runs actions on the task, but you can't nest another branch inside it to continue on to the epic. The usual pattern is two rules:
Second, and this is the one that bites most people: by default, a rule will not run when the change was made by another automation rule. So even a correct Rule 2 stays silent when Rule 1 transitions the task. In Rule 2's rule details there is a setting to allow the rule to be triggered by other rule executions; switch that on and the chain carries through to the epic.
If both of those are already in place, the audit log of Rule 2 (with all entries expanded) will show whether it fired at all and where it bailed out.
Best, Paul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Following up on my earlier answer: if the underlying goal is mainly to see epic progress rather than to physically transition epics, there's a route with no rules to maintain at all.
If you're open to an app from the Atlassian Marketplace, e.g. JXL for Jira shows your epics, tasks, and subtasks as one expandable hierarchy and rolls status up each level automatically, as a live progress distribution per epic. Nothing gets written to the issues, so there's no rule chain that can break.

Disclosure: I'm on the team behind JXL.
Cheers, Paul
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.