Skip to main content
Skip table of contents

Prime Select List (deep cascading) JQL Queries

Prime Select List (deep cascading) 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 Values Containing a Specific Text

The operator ~ can be used to search issues where the field has a value containing a specific text.

JQL Query example

Search by leaf value

Values can have multiple levels, for example, “Vehicle”, “Car” and then “Mercedes”. The search alias LeafValue can be used to only consider the lowest level i.e. the leaf when searching for issues:

JQL Query example

Search by full value

The search alias FullValue can be used to consider all the levels when searching for issues:

JQL Query example
JavaScript errors detected

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

If this problem persists, please contact our support.