Prime To-Do List JQL Queries
Prime To-Do List fields can be used in JQL. Below are a few useful examples.
Check if the Field has any Value (or has None)
The operators IS EMPTY
and IS NOT EMPTY
can be used to search issues where the field has any value, or none.
Search for Issues With a Specific Entries (Checked or not)
The search alias All
can be used to search among all the To-Do list entries, regardless if they are checked or not.
Search for Issues with a Specific Entries Checked
The search alias Checked
can be used to search among the To-Do list entries that are checked.
Search for Issues with a Specific Entries Unchecked
The search alias Unchecked
can be used to search among the To-Do list entries that are unchecked.