Linked Issues functions
issueLinkCountEquals()
Search for issues based on the number of linked issues.
Examples
issue in issueLinkCountEquals()
issue in issueLinkCountEquals("Sub-query", "5")
finds the issues that have five linked issues.
issueLinkCountMoreThan()
Search for issues based on the number of linked issues.
Examples
issue in issueLinkCountMoreThan()
issue in issueLinkCountMoreThan("Sub-query", "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()
issue in issueLinkCountLessThan("Sub-query", "9")
finds the issues that have less than nine linked issues.
, multiple selections available,