Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Use of Cascading Fields in the Filters

M Vijay Kumar
Contributor
November 30, 2016

Hi All,

We are using the cascade select field in our filter, we would like to know is there a way we could use multiple parent options in the query.

Parent Option : A has (1,2,3 has child options)

Parent Option B has (4,5,6 has child options)

Parent Option C has (7,8,9 child options)

Parent Option D has (10,11,12 child options)

What we are trying to achieve is we need results of Parent Option A and C with all the child Options.

When we have seen in the link provided above, we see there is no option of having multiple Parent options. Any information provided will be very helpful.

 

Thanks,

Vijay

1 answer

0 votes
Nic Brough -Adaptavist-
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 1, 2016

I don't know what link you are looking at, as you've not said.  But https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-functions-reference-764478342.html#Advancedsearching-functionsreference-cascadeOptioncascadeOption() should cover it.

The specific JQL you need for your case is simple:

field in cascadeOption("A") or field in cascadeOption("C")

 

Suggest an answer

Log in or Sign up to answer