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

Compare with Current View Page History

« Previous Version 3 Next »

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"), ^%{00028} != null OR ^{00012} = null)) = 0


Screenshots


Related examples


If you still have questions, feel free to refer to our support team.