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




JWT feature

Workflow function

Logical validator

Logical condition

Use case descriptionAllow a transition only if all sub-tasks have specific fields populated
Parser functions

count()

filterByPredicate()

subtasks()

Label





Status
Tech review

Style guide