Ensure that all issues linked with a certain issue link type have "Due Date" field set

Use case

Check that the issue linked to the current issue with link type name "linkA" has a due date field set.


⚒️ Configuration

Add the Logical validator to the desired workflow transition.

Expression

Add the following expression:

Bash
count(linkedIssues("linkA")) = count(fieldValue({issue.dueDate}, linkedIssues("linkA")))


📷 Screenshots

EnsureThatAllIssueLinkedWithACertainIssueLinkTypeHaveDueDateFieldSet.png


📚 Related use cases