Our workflow is Backlog, open ,inprogress,inreview,test ,close
The automation rule should monitor issues all the time.if the issues is in an open sprint , it should not monitor issues in closed sprins. nor in future sprints nor in the backlog without any sprint.
For each issue the automation finds,it should verify if the parent task is in one of these status."Backlog or Open"
If this is true, the rule should move on but if the parent issue is in any other status ,then the automation should stop.
after that ,the automation should move that parent task ( Previously in backlog/ open) to " INPROGESS"
1. parent task goes into inprogress when the first subtask is in progress.
2.parent task into review when the last subtask is inreview , remaining subtask are already inreview or close
3. Parent task goes to "test "when the last subtask goes to "test", all the subtasks are already in "test" or "close"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Anil Kumar , do you have a rule in place now but it is falling short? If so can you share that info it would be great.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have created the rule . Parent is taking subtask status.it is working fine. I want the rule as I mentioned above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please share a screenshot of what you have so far.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jack Brickey ,
I have created the rules for below ,PFA images .
1. parent task goes into inprogress when the first subtask is in progress.
2.parent task into review when the last subtask is inreview , remaining subtask are already inreview or close
For 3rd condition :Parent task goes to "test "when the last subtask goes to "test", all the subtasks are already in "test" or "close"
What would be the condition ?
Appreciate your help
Anil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think what you are looking for is the IF: Sub-tasks match Status = Test. I found the following post that does a good job of breaking down your requirements.
How-do-I-automatically-trigger-a-status-change-on-a-parent-issue
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.