On this page

Use case

In the following use case, we will be able to close an Epic only when every issue under that Epic is also closed. If that condition is met, the validator will allow us to close the Epic.

Configuration

Add theĀ Logical validator to the desired transition or create a new transition.


Expression

Enter the following parser expression

%{issue.issueType} = "Epic" IMPLIES count(filterByResolution(issuesUnderEpic(), "")) = 0


Screenshots


Related use cases


JWT feature

Workflow function

Logical Validator

Parser functions
Label

Status
Tech review

Style guide