Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added JQL Cheat Sheet for Advanced Issue Search

...

atlassian_jql-cheat-sheet.pdf

The advanced search is the most powerful of the three search methods. You can specify criteria that cannot be defined in the other searches (e.g. ORDER BY clause).
However, you need to know how to construct structured queries using the Jira Query Language (JQL) to use this feature.

To use the advanced search: Navigate to Issues (in header) > Search for issues, then enter your search criteria.
 Tip: If the basic search is shown instead of the advanced search, click Advanced next to the  icon.

You can choose which details are shown about the results, by choosing the Columns that should be displayed.

JQL Cheat Sheet

Quick search

The quick search is the fastest way to define search criteria. However, it is less precise than other search methods for complex queries (e.g. project = Jira AND status = Open AND priority = High).
It is most useful when your search criteria is not complex, for example, you know the project key and some key words for an issue.

To use the quick search: Enter your search criteria in the search box in the header bar of Jira and press Enter.
Tip: If you know the issue key or project key, enter it before other search terms, e.g. "JRA help link is broken".  

More detailed information can be found on the following Atlassian page: Quick searching 

Basic search

The basic search is more precise than the quick search, but easier to use than the advanced search.
It provides a user-friendly interface that lets you define complex queries, without needing to know how to use JQL (advanced searching).

To use the basic search: Navigate to Issues (in header) > Search for issues, then enter your search criteria.
Tip: If the advanced search is shown instead of the basic search, click Basic next to the  icon.


More detailed information can be found on the following Atlassian page: Basic Search 

Advanced search

name
View file
nameatlassian_jql-cheat-sheet.pdf
height250

Searching for flagged issues

The flag for an issue is stored in a custom checkbox field named "Flagged", which has only one value: Impediment.

This means that you can use this JQL query to find flagged issues: Flagged = Impediment


More detailed information can be found on the following Atlassian page Advanced search in Jira 

JQL Cheat Sheet

PDF


Filters

The Jira Issue search functionality is enhanced by the ability to save searches, called filters in Jira, for later use.
More detailed information how to work with filters can be found on the following Atlassian page: Saving your search as a filter

...