/
Linked Issues functions Cloud
Linked Issues functions Cloud
: available in Issue Navigator.
issueLinkCountEquals()
Search for issues based on the number of linked issues.
Examples
issue in issueLinkCountEquals("query", "count")
issue in issueLinkCountEquals("project = DDP", "5")
finds the issues that have five linked issues.
issueLinkCountMoreThan()
Search for issues based on the number of linked issues.
Examples
issue in issueLinkCountMoreThan("query", "count")
finds the issues that have more than two linked issues.
issueLinkCountLessThan()
Search for issues based on the number of linked issues.
Examples
finds the issues that have less than nine linked issues.