/
Linked Issues functions Cloud
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.
, multiple selections available,
Related content
Hierarchical JQL functions Cloud
Hierarchical JQL functions Cloud
Read with this
Organization JQL functions Cloud
Organization JQL functions Cloud
Read with this
Attachment JQL functions Cloud
Attachment JQL functions Cloud
Read with this
Quarter JQL functions Cloud
Quarter JQL functions Cloud
Read with this
Project Role JQL functions Cloud
Project Role JQL functions Cloud
Read with this
Groups JQL functions Cloud
Groups JQL functions Cloud
Read with this