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

In the following use case, every time we try to close an Epic which childs (Stories, Tasks...) that are still open, a validator will avoid that we close that Epic.

Configuration

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

Expression

Enter the following parser expression

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


Screenshots


Related use cases


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