I am trying to create an automation for when any tasks or sub tasks are moved to "in progress" the parent issue or epic also transitions to "in progress". I have created the automation rule seen in the picture but I made it live and it does not work. Can anyone help me figure out what it is not working?
Hi @Collista Lewingdon ,
here is one example of a solution. Note the way it is constructed if a subtask is moved to In progress then it's parent story will move to In progress which in turn will cause the Epic to move to In progress. Maybe that is desired and maybe not.
Also, if you want the status to simply "follow" the child then use "copy from trigger issue" rather than specifically choosing In progress status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I completely duplicated this automation. Enabled the automation. Made sure it is enabled in the project and STILL it does not seem to work. The audit report makes it seem like it doesn't even work. Any ideas?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please confirm - this rule is set to run against a specific project, and in that project you transitioned an issue to the In Progress status, and the issue you transition was a sub-task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just a heads up for something I noted in your screen captures: This appears to be a global scope rule and you are currently on the Jira Cloud, Standard License level. Are those correct?
If so, there is a limit on the number of global rule executions (i.e. rule triggering) based on your license level. Please look here for more information: https://support.atlassian.com/jira-cloud-administration/docs/explore-jira-cloud-plans/
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As Trudy and Bill point out, be sure to test the rule example provided in a single project. Let us know the results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did create the automation rule within a specific project and was able to get it work within that project. So if I am understanding correctly what you are saying is that because I do not have premium I cannot set global level automations and will instead have to create the automation for every project that wants to use it?
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.
You can have Global scoped automation rules in Standard subscription, but there is a limit to how many executions of Global rules are allowed.
Referring to the document @Bill Sheboy posted:
"Customers on Free and Standard plans have access to a limited monthly trial allotment of global and multi project rule executions (100 and 500 per month, respectively)."
And that limit would apply collectively to all the Global rules defined in your instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Collista Lewingdon
Did you try moving a Sub-task to In Progress? And try moving a child issue of an Epic to In Progress?
What is shown in the Audit Log for the rule when it executes? Are the results different depending on which type of issue you change?
Why do you have the "And:Sub-tasks match Status='In Progress' " condition?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am trying to get the parent task (either a task or an epic) to match the status of the child-tasks (either a task or sub-task) to match. Meaning when a child tasks moves from "to do" to "in progress" I would also like the parent task to transition to the same status.
It doesn't even run anything, hence it doesn't work.
When a parent status does not equal "in progress" but the child tasks do equal "in progress" I want the automation to switch the parent status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this automation for issues in a Company Managed project or a Team Managed project?
Do you want the parent to transition to In Progress if any one of its children transition to In Progress, or do all the children need to be In Progress?
You said the rule doesn't run anything. The Audit Log for the rule should at least show you that the rule was triggered if you transitioned an issue to In Progress in the associated project, and if the rule is turned on and published. Did you transition an issue to In Progress in the related project? Can you show us the Audit Log screen?
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.