Is there a way to automatically transition a task when all related stories are in a certain status?
My setup is like so:
The tricky part here is, Stories 1-3 transitioning to Ready for QA is the trigger, and the stories are NOT related to each other, but only to the one task. So, is there a way to write an automation for, when moving the last story to "Ready for QA", move the related task also to "Ready for QA"?
Thanks for any help.
So I would consider running an hourly scheduled rule and inspect if all tasks linked to Task A have reached the Ready for QA status and if so transition Task A.
Hmm ok, am I on the right track? I am trying this but it's not working.
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 must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I got it! Previously in the trigger, in the JQL, I had "Epic Status" != Done (copy/pasted that from somewhere; I thought this would search for tasks within epics that were not done, but I think it was just searching for issues with an "Epic Status" field, i.e. epics). I changed it to just Status != Done and now it works.
Thanks so much, @Jack Brickey !
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.