Hello Everyone,
I'm using JQL to query how many high ticket is in the queue.
https://jiradomain.atlassian.net/rest/api/3/search?jql=project%20%3D%2010008%20AND%20priority%20%3D%20High
How can I query the field "total:" from API?
My goal is get that information with python and send it to zabbix sender.
King regards.