Hello! I've scoured the automation library, but so far have not been able to find the proper rule.
Does anyone know if it's possible to create an automation rule that will automatically move a parent story once all the sub-tasks nested within it are moved to that specific status first?
For example:
Thanks in advance for any help!
This automation rule is the one you're looking for. All you need to do, is update the statuses to match your use case:
Hope this helps!
Thanks @Walter Buggenhout
I really appreciate the template. I went in and wired up an automation rule that matches this to automatically move the parent story from In Progress to IN CR once all the nested sub-tasks are moved to IN CR and published it. I waited a couple minutes and then created a test story with sub-tasks, inserted that into our sprint, moved everything to In Progress, then moved the sub-tasks to IN CR to see if that would move the parent story. But it appears the Parent story is still sitting in In Progress
I think it has something to do with the matching JQL value, but I did = and '=' , none seem to work.
Do you see anything wrong with how I've wired this rule up?
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.
Yes. Just put "IN CR" between quotes, as the name of your status contains a space.
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.
If you look in the automation library you should see a rule called "When all sub-tasks are done → move parent to done" that you can use as a starting point and then add the additional checks and conditions that you need.
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.