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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.