create_cycle
Create a new cycle for a project by providing the cycle name, owner, and optional start/end dates, description, timezone, or external system references.
Instructions
Create a new cycle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project | |
| name | Yes | Cycle name | |
| owned_by | Yes | UUID of the user who owns the cycle | |
| description | No | Cycle description | |
| start_date | No | Cycle start date (ISO 8601 format) | |
| end_date | No | Cycle end date (ISO 8601 format) | |
| external_source | No | External system source name | |
| external_id | No | External system identifier | |
| timezone | No | Cycle timezone |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| total_issues | No | ||
| cancelled_issues | No | ||
| completed_issues | No | ||
| started_issues | No | ||
| unstarted_issues | No | ||
| backlog_issues | No | ||
| total_estimates | No | ||
| completed_estimates | No | ||
| started_estimates | No | ||
| created_at | No | ||
| updated_at | No | ||
| deleted_at | No | ||
| name | Yes | ||
| description | No | ||
| start_date | No | ||
| end_date | No | ||
| view_props | No | ||
| sort_order | No | ||
| external_source | No | ||
| external_id | No | ||
| progress_snapshot | No | ||
| archived_at | No | ||
| logo_props | No | ||
| timezone | No | ||
| version | No | ||
| created_by | No | ||
| updated_by | No | ||
| project | No | ||
| workspace | No | ||
| owned_by | No |