Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Extended searchAearch allows you to search through your Jira instance using JQL with additional functions. There are many occasions when standard Jira search is too limiting. Follow the next section to learn how to use Extended search.

Table of Contents
maxLevel7
minLevel1

Usage

  1. Go to main Jira page and nagivate to Apps → JQL Search Extensions

  2. In the Extended search screen, type a JQL query and press Search or hit Enter.

You can use additional functions provided by JQL Search Extensions. For example, to find all issues with a summary starting with “Hello” type issue in wildcardMatch(“summary”, “Hello*”)

...

Using the results in Jira search

You can save your Extended JQL query as a Jira filter.

...

Read more about Extended search filters.

JQL

...

functions

Here is a full list of JQL functions and aliases that you can use in Extended Search.

Permissions and feature availability to users

JQL Search Extensions Extended Search screen is a global permission that controls a visibility of Extended search feature. By defaults this permission is granted to all Jira users.