Get issues count. The method allows to get results in XML or JSON or JSONP format.
GET /rest/issue/count?{filter}&{callback}
Parameters:
Name
Type
Description
filter
string
A search query to filter to issues in a project.
callback
string
A function to call when the method finished. This parameter only applies, if the result should be returned in JSON/JSONP format.
note
Important!
If you get '-1' in response instead of number of issues, it means that the response was sent before the count had been completed. Please try again in a moment.