I've tried to set up an automation that transitions the parent issue from To Do -> In Progress when a child issue is manually transitioned from To Do -> In Progress.
Here's a snip of how I've set it up. What have I got wrong?
Hello @jonathan.wiebe
Please show us the details from the Audit Log where the execution result is No Actions Performed.
What is the issue type of the "parent" and the "child"?
The "Parent" related issue option works only when the trigger issue is a sub-task type of issue.
Added issue types, but haven't had a chance to test this new configuration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That isn't going to work. As I said the Related Issues/ Parent is only appropriate when the trigger issue is a sub-task. The For branch will not find any matching parent issue for any other issue type
If you want the For branch to operate against parent issues that are Epics then you need to select the Related Issues / "Epic (parent)" option instead.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, I see. I hadn't noticed the "Epic (parent)" option before. I've made the change and hope to have a chance to test soon.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Since you are saying "Trying to diagnose", I might suggest you add Log action entries into the rule. Then you can see exact where it goes wrong. The result will be shown in the audit log. See image below for examples.
You must expect many "No actions performed" in the audit log, because any time an issue in the rule scope is transitioned from To Do to In progress the rule will be triggered, and every time that trigger "leads to nothing" (e.g. in this case for a non-subtaks) "No actions performed" will be set.
I will also suggest you early in a rule add a filter for which issues you want to target. In your scenario it is all subtasks and only subtasks. So you might apply something I shown in the image.
TimK.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @jonathan.wiebe, here is an example of a rule if it is Epic as parent you are looking for, and not parent of sub-tasks.
Notice, as @Trudy Claspill states in the comment, the brancing is Epic (parent) for this scenario.
You don't need the filter Issue Type equals Epic after the branching, because only Epics will enter this branch, hence it's already "filtered".
TimK.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This makes sense, now that I've discovered the "Epic (parent)" branching option. Hope to test soon. Thanks for the tip and screenshot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can confirm that this automation now works as intended! Thanks @Trudy Claspill and @Tim Kopperud! Much appreciated!
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.