Linked Issues functions
Â
Â
issueLinksCountEqual()
Search for issues based on the number of linked issues.
Examples
issue in issueLinksCountEqual()
issue in issueLinksCountEqual("5")
finds the issues that have five linked issues.
Â
issueLinksCountMoreThan()
Search for issues based on the number of linked issues.
Examples
issue in issueLinksCountMoreThan()
finds the issues that have more than two linked issues.
Â
issueLinksCountLessThan()
Search for issues based on the number of linked issues.
Examples
finds the issues that have less than nine linked issues.