Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

How can I write an IQL query that excludes objects last updated by a particular user?

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?

1 answer

0 votes
Peter-Dave Sheehan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Jan 29, 2022

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events