Table of Contents |
---|
...
issueLinkCountEquals()
Search for issues based on the number of linked issues.
Examples
Tip |
---|
issue in issueLinksCountEqualissueLinkCountEquals() |
Tip |
---|
issue in issueLinksCountEqual(“5“issueLinkCountEquals("Sub-query", "5") |
finds the issues that have five linked issues.
...
issueLinkCountMoreThan()
Search for issues based on the number of linked issues.
Examples
Tip |
---|
issue in issueLinksCountMoreThanissueLinkCountMoreThan() |
Tip |
---|
issue in issueLinksCountMoreThan(“2“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
Tip |
---|
issue in issueLinksCountLessThanissueLinkCountLessThan() |
Tip |
---|
issue in issueLinksCountLessThan(“9“issueLinkCountLessThan("Sub-query", "9") |
finds the issues that have less than nine linked issues.