Can Automation for Jira transition subtasks based on other subtasks status?
The scenario I have is to transition the last remaining subtask from Open to -> Ready to test.
I can identify the last remaining subtask by its Summary field since it's a reoccurring subtask called "Test Execution".
The conditions are that all other subtasks status in (closed, rejected) and only the Test Execution subtask is in Open.
This answer: https://community.atlassian.com/t5/Marketplace-Apps-questions/Deleting-sibling-sub-task-that-matches-a-criteria/qaq-p/1057644 solved the part of transitioning the sub-task with the specific Summary field.
The remaining bit is to have an AND operator that will look for all other sub-tasks under the same parent issue and validating that they are closed, except for "Test Execution" subtask.
I've been trying to make this work for a while now to no avail.
Thanks.