Getting started with JQL Search Extensions for Jira
To get started with JQL Search Extensions for Jira Server/Data Center:
Install the latest version of JQL Search Extensions for Jira Data Center.
In Jira, go to Advanced Search.
Start typing the JQL query:
issue in
.Jira autocompletes your query, and you can choose the required function. For example, you can execute the query
issue in linksCountGreaterThan(2)
.
The full list of JQL functions is in the reference documentation.
You must start your expressions with issue in
to use the functions.