The following macros are not currently supported in the header:
  • style

GET /issues/count

Resource URL

Returns the number of issues on the deployment.

GET /issues/count

See GET /issues for information the us of the _filter param.

Handling the response

Below is a table of available response fields and objects that are returned within the response object of the returned object. The optional fields and objects can be requested in the _fields parameter; see included examples.

countunsigned intThe total number of objects found at the end of the resource.

Sample Response

GET /issues/count.json
{
   "response" : {
      "count" : "265"
   },
   "meta" : {
      "status" : "ok",
      "message" : "Everything executed as expected."
   }
}