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

Compare with Current View Page History

« Previous Version 6 Next »

On this page

Use case

Allow certain workflow transitions in "issue A" only if all their sub-tasks have a value on custom fields "user" and "date".

Configuration

Add the Logical validator to the desired workflow transition.

Expression

Add the following expression:

count(filterByPredicate(subtasks(), ^%{issue.cfnnnnn} != null and ^{issue.dueDate} != null)) = count(subtasks())

Replace ^%{issue.cfnnnnn} with the actual field code of the custom field.


Screenshots


Related use cases


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