My original goal is much more complex, but since it's not working as I expect I'm now simplifying it to this:
1. customfield_12389 points to Assets schema (no filtering except objecttype = xxx). Single valued.
2. customfield_12390 will limit its choices to what is selected in cusotmfield_12389.
I set 12390 to use filter:
objectyype = xxx and key = ${customfield_12389}
The UI accepts that filter as valid, but in the create issue form it will show dialog with message:
It's a typo... objectType. And use label = ${customfield_xxxxx.label}
Hello @KC Wong
You can do this by using Filter work scope (AQL) on the second Assets field and referencing the first field using the custom field ID (e.g. ${customfield_xxxxx.label}). This allows the second field to only show objects related to the value selected in the first field.
This is the typical approach used to create cascading Assets fields in Jira Service Management.
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.