Skip to end of banner
Go to start of banner

Linked Issues functions Cloud

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

issueLinksCountEqual() 🔎

Search for issues based on the number of linked issues.

Examples

issue in issueLinksCountEqual(“query“, “count“)

issue in issueLinksCountEqual(“project =
DDP“, “5“)

finds the issues that have five linked issues.

issueLinksCountMoreThan() 🔎

Search for issues based on the number of linked issues.

Examples

issue in issueLinksCountMoreThan(“query“, “count“)

issue in issueLinksCountMoreThan(“project =
DDP“, “2“)

finds the issues that have more than two linked issues.

issueLinksCountLessThan() 🔎

Search for issues based on the number of linked issues.

Examples

issue in issueLinksCountLessThan(“query“, “count“)

issue in issueLinksCountLessThan(“project =
DDP“, “9“)

finds the issues that have less than nine linked issues.

  • No labels