Custom Fields - Select List (cascading) Field - No options

Sean Collier June 26, 2017

I have a cascading select list for selection of a customer ID then a team selection. Customers are assigned to specific teams. 

I want to find all issues that were created with a specific team selected, which is the second option. 

Something like 'project = "Marketing Request" and "Client & Team" in cascadeOption(any,"Team Blue")

Of course any is a reserved word and this doesn't work in JQL. Are there other options?

1 answer

0 votes
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 30, 2017

Hi Sean,

I have a select list setup called CSL.  It has two parent options - test 1 and test 2 - and a child option under test 2 called test 3.

I ran the following and was able to find the issues with only the child option of test 3:

CSL = test3 

This would turn your query into:

project = "Marketing Request" and "Client & Team" = "Team Blue"

Try that and see if it works!

Cheers,

Branden

Suggest an answer

Log in or Sign up to answer