Hi,
We have requirement to validate the subtasks. if subtasks are closed or excluded then transition of parent issue should be possible. We're using JMWE validator "Related issues status validator".
But the challenge is these subtasks have a select list custom field "customfield_1". having options 1.Automated 2. Manual.
We want the validator in such a way that only subtasks having closed or excluded status with "customfield_1" = "Automated" to be checked. Other subtasks with "customfield_1"= manual can be skipped even if these subtasks are not closed or excluded it should allow for the transition.
Any suggestion would be helpful!