You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.