Hi all, I'm trying to filter on a cascading field, but can't seem to get the correct syntax to get my Quick Filter to work!?
Any suggestions?
Thanks & regards,
Karl.
Hi,
there is a answered question about cascading field filters here: https://community.atlassian.com/t5/Jira-questions/JQL-query-to-filter-a-Cascade-type-field/qaq-p/2492246
Maybe that will help!?
Kind regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"issuetype in (Task, Sub-task) AND cf[23529] IN cascadeOption("AR, 2 - Medium") "
This error seems to imply that your parent option is 'AR,2 - Medium', and not just 'AR'. Check for a missing apostrophe behind "AR
The correct syntax would be issuetype in (Task, Sub-task) AND cf[23529] IN cascadeOption("AR", "2 - Medium")
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.
Thanks! Feel welcome to mark the answer as accepted so anyone else knows you got it working and how.
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.
Hi Florian, I still cannot get the Quick Filter to work?
"issuetype in (Task, Sub-task) AND cf[23529] IN cascadeOption("AR, 2 - Medium") "
"The option 'AR, 2 - Medium' specified in function 'cascadeOption' is not a valid parent option. "
I've checked the options for the Cascading field and they are correct?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the name of the first option and the same of the second ?
cascadeOption("AR", "2 - Medium") ?
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.
cf[23529] IN cascadeOption("AR", "2 - Medium") should work then
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.