Skip to main content
Skip table of contents

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.

JQL Query example

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.

JQL Query example

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.

JQL Query example

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.

JQL Query example
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.