create_cycle
Create a new cycle in a project by specifying name and owner, with optional date range, timezone, and external identifiers.
Instructions
Create a new cycle.
Args: workspace_slug: The workspace slug identifier project_id: UUID of the project name: Cycle name owned_by: UUID of the user who owns the cycle description: Cycle description start_date: Cycle start date (ISO 8601 format) end_date: Cycle end date (ISO 8601 format) external_source: External system source name external_id: External system identifier timezone: Cycle timezone
Returns: Created Cycle object
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | Yes | ||
| project | No | ||
| version | No | ||
| end_date | No | ||
| owned_by | No | ||
| timezone | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| deleted_at | No | ||
| logo_props | No | ||
| sort_order | No | ||
| start_date | No | ||
| updated_at | No | ||
| updated_by | No | ||
| view_props | No | ||
| archived_at | No | ||
| description | No | ||
| external_id | No | ||
| total_issues | No | ||
| backlog_issues | No | ||
| started_issues | No | ||
| external_source | No | ||
| total_estimates | No | ||
| cancelled_issues | No | ||
| completed_issues | No | ||
| unstarted_issues | No | ||
| progress_snapshot | No | ||
| started_estimates | No | ||
| completed_estimates | No |