I need our ticket system Request tracker from Best practical to search for all queues and return list of them. They could change and I do not want to hardcode them in source code or config files.
Is there search query for it?
search/queue?query=...
gives
RT/4.0.7 500 Server Error
Unsupported object type.
Or how can I modify ticket system to return list of all queues?
Ticket system: http://bestpractical.com/rt/
Thanks for suggestions
REST/1.0/search/queue
exists in newer RT releases (4.2.2 and later).