Im looking for a way to limit Insight field values depending on JSD portal request type/request type groups.
I have Scriptrunner and was looking into behaviours but no progress yet.
Could someone please advise on how can I approach this.
Hi @Phil Evans ,
Unfortunately is not possible at the moment according to Jamie comment.
One workaround would be using IQL function on the Insight custom field configuration.
For example:
To filter based on project or groups in the IQL, you can refer some example here.
Hello,
It is possible to filter the values of Insight Custom Fields using the Filter Issue Scope configuration. Please find the examples here. You also can use the field values of the JSM portal with ${issuetype} place holder in your IQL statement. Here is the full list of placeholders you can use in custom fields, post functions, automation rules, and imports.
Cheers,
Hakan Bahadir
Solutions Engineer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Hakan Bahadirdo you know the placeholder for request type? I am able to filter based on issuetype with ${issuetype.label}, but I have many request types using the same issue type and I need to use the request type, not the issue type, to filter.
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.