2

I have been looking for hours now, however I cannot find a simple way (or any way) to get a ticket by ID or tickets by tag.

Currently, because I cannot find the above, I am checking each ticket individually to see if its solved. There must be a better way.

Please let me know if there is.

Raja Jawahar
  • 6,742
  • 9
  • 45
  • 56
confusedMind
  • 2,573
  • 7
  • 33
  • 74

1 Answers1

2

You have to use search API

Reference

You have to Hit Below Endpoint

.../api/v2/search.json?query={search_string}

And you have to use below query

query=type:ticket status:open Open tickets

Mihir Dave
  • 3,954
  • 1
  • 12
  • 28