Forums

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

Cascading select list - multiple selections

Thomas Pedersen Ljungstrom March 28, 2025

I'm using custom fields->cascading select lists with Assets.

In the first list, I want to select more than one option.

In the second list, I then want to see options based on all selections made in the first one.

Can it be done?

Ie.:

Screenshot 2025-03-28 at 15.51.35.png

 

So for the second select list I was thinking of using something like this:

Filter issue scope (AQL): 
objecttype = "My Next Level Objects" AND "My Objects" IN (${customfield_10064.label})

 

But that just throws an error. Is there a way to format the output from the first select to "Object 1","Object 2","Object 3" ? Or any other solution?

I guess that's where the issue is. If I only select one option, ie. "Object 1", it works fine.

2 answers

1 accepted

9 votes
Answer accepted
Kim Euker
Community Champion
March 28, 2025

Try something like this...

objecttype = "My Next Level Objects" AND "My Objects" IN (${customfield_10064.label${0}})
Thomas Pedersen Ljungstrom March 28, 2025

Yes - that did it! :) Excellent, thanks Kim!

Like Kim Euker likes this
1 vote
Ramin Shanehsaz _Computerra_
Atlassian Partner
March 28, 2025

Hi,

try the following:

objecttype = "My Next Level Objects" AND (${customfield_10064.label}) IN "My Objects"

 

Thomas Pedersen Ljungstrom March 28, 2025

Hi Ramin

I couldn't get that to work either. However, Kims answer solved my problem:

objecttype = "My Next Level Objects" AND "My Objects" IN (${customfield_10064.label${0}})

But thanks for responding! :)

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
TAGS
AUG Leaders

Atlassian Community Events