-
Type:
Suggestion
-
Resolution: Unresolved
-
None
Hello team,
I have a configuration of 6 Insight custom fields all pointing to a related object type.
| Insight CF | Insight Object Type |
|---|---|
| ICF_1 (parent) | IOT_1 (parent object type) |
| ICF_2 | IOT_2 (sub-object type) |
| ICF_3 | IOT_3 (sub-object type) |
| ICF_4 | IOT_4 (sub-object type) |
| ICF_5 | IOT_5 (sub-object type) |
| ICF_6 | IOT_6 (sub-object type) |
All sub-object types are referenced as attributes in the parent object type.
Use Case:
I need to filter ICF_1 available options based on the selected values of the 5 other ICF but to skip empty custom field values as that would show no options at all for the ICF_1.
Attempts:
- I have tried setting a configuration in the ICF_1 Filter Issue Scope with parameters
"IOT_2"={ICF_2.name} AND "IOT_3"={ICF_3.name} etc. - I have tried also using a combination of object HAVING inR/object HAVING outR but still the same result if one of the customfield isn't selected.
- I have tried to use scriptrunner behavior scripts to set the available options for an Insight custom fields but .setFieldOptions doesn't work or isn't supported in this case.
Is there any workaround for this?
Thank you,
Jon
- links to