Hi everyone,
We're trying to write an automation that transitions issues to 'Ready to Work' when all of their "blocker" issues are marked as 'Done'
Ex scenario:
TEST-1 blocks TEST-5
TEST-2 blocks TEST-5
TEST-3 blocks TEST-5
TEST-4 blocks TEST-5, TEST-6 and TEST-7
Once TEST-1, TEST-2, TEST-3 AND TEST-4 are all marked as 'Done', TEST-5 should be transitioned from 'To Do' to 'Ready to Work'.
Once TEST-4 is marked as 'Done', TEST-6 and TEST-7 should be transitioned from 'To Do' to 'Ready to Work'
Below is what we have built so far, but it is transitioning TEST-5 when only ONE of the 4 blocker issues is done. We need it to wait to transition until all 4 preceding tasks (TEST-1, TEST-2, TEST-3 AND TEST-4) are done.
Ideas on what we might have wrong? Or other ways to approach this?
