Transfer cycle work items
POST/api/v1/workspaces/:slug/projects/:project_id/cycles/:cycle_id/transfer-issues/
Move incomplete work items from the current cycle to a new target cycle. Captures progress snapshot and transfers only unfinished work items.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Work items transferred successfully
Bad request
Authentication credentials were not provided or are invalid.
Permission denied. User lacks required permissions.
The requested resource was not found.