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")

issue in issueLinkCountMoreThan("project = DDP", "2")

finds the issues that have more than two linked issues.

 

issueLinkCountLessThan()

Search for issues based on the number of linked issues.

Examples

issue in issueLinkCountLessThan("query", "count")

issue in issueLinkCountLessThan("project = DDP", "9")

finds the issues that have less than nine linked issues.