On this page



Use case

Validation of linked issues checks all the issue links but if you want to check only those issue links added to the transition screen, use the Logical validator with the configuration below.


Configuration


Add the Logical validator to the desired workflow transition.


Expression*

Add the following expression:

count(transitionLinkedIssues("")) >= 1 AND count(filterByProject(filterByIssueType(transitionLinkedIssues("duplicates"), "Improvement, Bug, Change Request, Feature, Story, Epic"), %{00018})) = count(transitionLinkedIssues(""))





Screenshots


Related use cases




JWT feature

Workflow functionLogical validator
Use case descriptionCheck only the issue links added to the transition screen.
Parser functions

count()

transitionLinkedIssues()

filterByProject()

filterByIssueType()

Label





Status
Tech review

Style guide