Skip to content
Pile
Esc
navigateopen⌘Jpreview

Create cycle shift all

POST/workspaces/{organizationId}/cycles/{id}/shift-all
Path parameters
organizationIdstringrequired
idstringrequired
Request body
application/json
targetCycleIdstring
Responses
200Shifted all issues to target cycle
movednumberrequired
fromCycleIdstringrequired
targetCycleIdstringrequired
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X POST "/workspaces/string/cycles/string/shift-all" \
  -H "Content-Type: application/json" \
  -d '{
  "targetCycleId": "string"
}'
Response
{
  "moved": 0,
  "fromCycleId": "string",
  "targetCycleId": "string"
}