On this page



Use case

Allow a certain transition in Epic's workflow to be executed, only if all its tasks are unresolved and have a due date set.


Configuration


Add theĀ Logical validator to the desired workflow transition.


Expression

Add the following expression:

count(filterByPredicate(linkedIssues("is Epic of"), ^%{issue.resolution} != null OR ^{issue.dueDate} = null)) = 0





Screenshots


Related use cases




JWT feature

Workflow function

Logical validator

Logical validator

Use case descriptionAllow a certain transition in Epic's workflow to be executed.
Parser functions

count()

filterByPredicate()

linkedIssues()

Label





Status
Tech review

Style guide