Hello,
I've got some fields in my project with a double dropdown. Depending on your first selection you get another dropdown.
So you first select Breakfast.
Under Breakfast you select Beans
Food:
Now I want to have all issues with the option Breakfast-Beans.
How do I create a filter for this?
Hi @bassommeijer
I assume it's a cascading custom field.
With filters you can look up the field in Basic and enter Breakfast in 1st choice and Beans in 2nd choice.
In JQL you get the following:
"Food[Select List (cascading)]" in cascadeOption(10552, 10559)
Where the options are the id's of the options.
Regards, Marco
Thanks for the quick reply.
I think that there is something wrong with my 2nd dropdown, because I only see the Any option.
But I save your answer so I can filter when my 2nd dropdown is correct.
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.