Here’s how to get started with JQL Search Extensions for Jira Server/Data Center:
Install the newest latest version of JQL Search Extensions for Jira Data Center.
Go In Jira, go to Advanced Search.
Start typing the JQL query:
issue in
.Jira autocompletes your query and you can choose the function you are interested in
For required function, for example, you can execute the queryissue in linksCountGreaterThan(2)
.
The full list of JQL functions is in the reference documentation.
...