Hi Team,
How can we select multiple values in 2 level cascading field in jira filer basic search
Hello @Madhuri Latha ,
You can use OR operator like that,
location in cascadeOption("USA","New York") OR location in cascadeOption("TR","Istanbul").
Umut
You can achieve this by using the IN JQL function as below.
"Cascading[Select List (cascading)]" IN (ABC,abc1)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Naveen,
Thank you for the reply , i want to select multiple parent fields. like we want a check box to select each parent field.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.