Hi Guys
I'm trying to optimize usage of your API and there is a huge problem with getting all tickets that have status other that Closed and Resolved.
Filter new_my_open returns just tickets with status = 2
all_tickets fetches all tickets (including those I don't need) which requires more requests than it's necessary.Â
In short words I'm looking for a way to get status != 4 AND status != 5
Any ideas?