JQL query using cascadeOption

Charles Delaporte
Contributor
December 4, 2018

Hi,

 

I have create a field using the Cascade Option. This field does not have a default value. I would like to create a JQL query to select issues for which this field is blank. I managed to create the JQL query to find issues for which this field is in a specific list (e.g.   ..... in cascadeOption(10604)) but I struggle to search for blank values. 

Could you please tell me how to write this query?

 

2 answers

1 accepted

1 vote
Answer accepted
Rambabu Patina _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 4, 2018

Hi @Charles Delaporte,

The keyword "none" can be used to search for issues where either or both of the options have no value. For example:

location in cascadeOption(none)

For reference see Advanced searching function cascadeOption

Thanks,
Ram.

Charles Delaporte
Contributor
December 5, 2018

Thanks!

0 votes
Gabriel Viger
Contributor
July 15, 2020

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events