On this page
Use case
Allow certain workflow transitions on an issue only if all its sub-tasks have a due date set.
Configuration
Add the Logical validator to the desired workflow transition.
Expression
Add the following expression:
count(filterByPredicate(subtasks(), {function.issue.dueDate} != null)) = count(subtasks())
Screenshots
Related use cases
If you still have questions, feel free to refer to our support team.