create_cycle
Create a sprint cycle in a project by providing project ID, cycle name, and owner's user UUID. Set optional start and end dates in YYYY-MM-DD format.
Instructions
Create a new cycle (sprint) in a project. The owned_by field requires a user UUID — get it from get_workspace_members or get_me. Dates should be YYYY-MM-DD format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| end_date | No | ||
| owned_by | Yes | ||
| timezone | No | ||
| project_id | Yes | ||
| start_date | No | ||
| description | No | ||
| external_id | No | ||
| external_source | No |