I'm using a custom insight object on Jira issues. There is an issue with project id/name expression. I'm trying to filter Insight objects using the project name or project Id in Insifgt custom field (https://support.atlassian.com/jira-service-management-cloud/docs/configure-the-insight-object-field/). I tried this:
Filter issue scope (IQL): objectType = "General catalog" AND Category = ${customfield_17287.label} AND Client IN (${pid.label})
and this:
Filter issue scope (IQL): objectType = "General catalog" AND Category = ${customfield_17287.label} AND Client IN (${pid.id})
but nothing works. Everything works fine if I'm using strings instead of ${pid.id} part.
The insight field "Client" is a select attribute with multiple values.
Insight custom field is available on the issue edit screen and I want to get the list of the objects for the current project only.
Can you help me, please?
Thank you,
BR, Petar
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.