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.