I have issue types:
- Story ( Level 0 )
- Sub-Task ( Level -1 )
- Sub-Bug ( Level -1 )
- Sub-QA ( Level -1 )
What do I need?
I need automation when all sub-tasks or sub-bugs in the status 'Done' execute auto-comment in the parent Story 'Ready for Deployment'
I did everything and it automation works, but works if:
- All sub-tasks in done ( also sub-qa )
But I need only Sub-Tasks or Sub-Bugs.
- Only one Sub-task or Sub-bug went to the status 'Done'
But I need all child Sub-tasks or Sub-Bugs to be in 'Done'
Here is how that automation looks:
So, can you help me guys to do auto, when all childs of Story, as Sub-Tasks or Sub-Bugs are in status 'Done' ( including that the story also has another child 'Sub-QA' which is in status 'Pause' ), execute auto comment to a parent issue?
Sorry if it's sound or looks too heavy I tried to explain as easily as I can :)