We've started to utilize Insight in our JIRA instance as a CRM and for most use cases it works very well. I've created two insight custom fields: 'client' and 'client contact' and for the second field have I created a filter query so that only client contacts can be chosen that has an outbound reference to Client.
This works well as long as the relation is 1 to 1, but when i select multiple values in the client field, i cannot choose any value in the client contact field.
The filter scope for 'client contact' is:
Filter Issue Scope (IQL): object having outR(Key IN (${Client}))
Does anyone know if it's possible to use this kind of filter if the client field allow multiple values? (If you understand my issue at all)
I figured it out by reading the documentation a bit more thorough: https://confluence.atlassian.com/servicemanagementserver/advanced-searching-iql-insight-query-language-1044784588.html
changing the Filter Issue Scope to the following solved the problem:
object having outR(Key IN (${Client${0}}))
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.