Searching checklists
To find particular checklists or checklist items, you can use Jira's powerful search feature.
Using Jira’s built-in search tool
Using Jira’s built-in basic searching, you can search for specific text or fields. With advanced searching, you can create JQL queries using more advanced functions.
For more information, see Basic Searching and Advanced Searching in the Atlassian Jira documentation.
To access the search tool:
In the header, go to Issues > Search for Issues.
Enter search text in the Contains text field, or click Advanced to enter an advanced search.
Searching checklists using special JQL functions
With Checklist, you also have access to additional search functions to help you find checklists or checklist items that meet advanced criteria.
In the Advanced search bar, a list of possible functions will pop up as soon as you start typing. For details about all the special functions that are available, see the sections below. And remember — if you are searching for text that contains more than one word, make sure to enclose it in double quotes ("")!
If these special functions do not appear, your installation may not have Checklist Searcher set as the search template. For more information, see Making checklists searchable.
allItemsChecked()
Returns the checklists that have all their items checked (or not).
Operators | Example |
---|---|
= |
|
!= |
|
This alternative returns the checklists in which a particular section has all its items checked (or not).
Operators | Example |
---|---|
= |
|
!= |
|
Section heading filters are case sensitive and must include all Markdown syntax.
allItemsUnchecked()
Returns the checklists that have all their items unchecked (or not).