Create cycle
POST/api/v1/workspaces/:slug/projects/:project_id/cycles/
Create a new development cycle with specified name, description, and date range. Supports external ID tracking for integration purposes.
Request
Responses
- 201
- 401
- 403
- 404
Cycle created
Authentication credentials were not provided or are invalid.
Permission denied. User lacks required permissions.
The requested resource was not found.