Skip to content
Pile
Esc
navigateopen⌘Jpreview

List issue analytics

GET/workspaces/{organizationId}/issue-analytics
Path parameters
organizationIdstringrequired
Query parameters
groupBystring
default: "status"
Allowed:statuspriorityassigneeIdteamIdprojectIdcycleId
Responses
200Issue counts and estimate totals grouped by a field
groupsobject[]required
Show properties
Array of object
groupstring | nullrequired
countnumberrequired
estimateTotalnumberrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/issue-analytics"
Response
{
  "groups": [
    {
      "group": "string",
      "count": 0,
      "estimateTotal": 0
    }
  ]
}