Get started with Jira Service Management for agents
Learn how to succeed in your role as a service project agent.
Insight in Jira Service Management is a Premium and Enterprise only feature. It is compatible only with company-managed projects. Learn more about Insight.
Insight supports a specific JQL function called iqlFunction, which allows you to query issues containing an Insight object custom field, using IQL (Insight Query Language). This allows you to further filter issue results based on the Insight database (e.g. attributes of Insight objects).
More details on how IQL is constructed can be found here.
Syntax | 1
iqlFunction(iql) |
---|---|
Supported fields | Insight object custom field |
Supported operators | IS, IS NOT, IN, NOT IN |
Examples | In the following JQL examples, we’ve used a field called customField to represent an Insight object custom field (the name of the field is defined by the Jira admin).
|
Using the IQL function with an object schema or specifying an object type in the IQL will significantly increase performance. If the IQL function is used when calculating JSM SLA's for instance, try to limit the IQL by adding object type name, schema id or object key as this will decrease the execution time of the query.
Was this helpful?