You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

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.