I'm trying to set up automation rules in Insight that create a Jira service desk ticket when an object is updated.
But I need updates made by some users to be excluded, tickets shouldn't be created when they update an object. How can I use IQL to filter out certain users?
You can't do that with IQL.
IQL only interacts with object attributes. It doesn't have any functions to get values from the Change History.
You would have to somehow store the "last updated by" user as a separate attribute and update that attribute each time an object changes. Then you can use the IQL to exclude that.
This would require a groovy script automation action.
But if you are scripting an automation action, then might as well go straight to your business requirement and encode both the user lookup and the ticket creation.
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.