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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
In my alerts page of opsgenie I have a saved search which has been shared with me. Is there a way to identify which user created the saved search ?
I want to go back to the original creator and suggest a change.
Hi @Neil Benton ,
Our Saved Search API will show the owner or creator. You'd first want to list all saved searches to grab the saved search ID: https://docs.opsgenie.com/docs/alert-api-continued#list-saved-searches
Then run a GET on the specific saved search which will return the owner: https://docs.opsgenie.com/docs/alert-api-continued#get-saved-search
^ Returned only shows the owner ID so you could also run a User API on that as well: https://docs.opsgenie.com/docs/user-api#get-user
You should also be able to update the saved search using this request: https://docs.opsgenie.com/docs/alert-api-continued#update-saved-search
^ Note that saved searches cannot be updated in the UI at this time, but can be using the API.
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.