how to get a list of triggers and ticket id | Community
Skip to main content

how to get a list of triggers and ticket id

  • March 15, 2024
  • 2 replies
  • 0 views

Hello,

Wondering how to get a list of triggers and the tickets. I'd like to run a query on a trigger, and have the output show me a list of all tickets that the trigger was used on for a given time period. For example, in the last 30 days, trigger 98766345 was fired x amount of times and used on ticket ids 98747, 987734, 987564 etc. Any insights are greatly appreciated!

2 replies

Greg29
  • March 15, 2024

Hi Patrick! As far as I'm aware, we don't have any endpoints that would provide this information. The closest that you could get is if you had a unique tag that your trigger applied, you could then run a search on that tag, but it would probably be a little messy. We have an article that covers this better than I could, so I'll link that here for you.


  • Author
  • March 15, 2024

Thanks for the response Greg, have a great day!