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