Skip to content
Pile
Esc
navigateopen⌘Jpreview

List issue analytic burndown

GET/workspaces/{organizationId}/issue-analytics/burndown
Path parameters
organizationIdstringrequired
Query parameters
cycleIdstringrequired
Responses
200Daily scope/remaining burndown series for a cycle
totalnumberrequired
totalEstimatenumberrequired
seriesobject[]required
Show properties
Array of object
datestringrequired
scopenumberrequired
remainingnumberrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/issue-analytics/burndown?cycleId=string"
Response
{
  "total": 0,
  "totalEstimate": 0,
  "series": [
    {
      "date": "string",
      "scope": 0,
      "remaining": 0
    }
  ]
}