I need our ticket system Request tracker to search for all queues and return list of them with emails Is there search query for it?
wget -qO- --keep-session-cookies --save-cookies cookies.txt --post-data 'user=xx&pass=xx' "https://127.0.0.1/REST/1.0/search/queue?query="
This command gives all name queues but need to add the emails. That’s possible?
Yes, it is. Use this:
More information in RT wiki.