update_cycle
Update an existing cycle's details including name, dates, description, and owner by providing the cycle ID.
Instructions
Update a cycle by ID.
Args: workspace_slug: The workspace slug identifier project_id: UUID of the project cycle_id: UUID of the cycle name: Cycle name description: Cycle description start_date: Cycle start date (ISO 8601 format) end_date: Cycle end date (ISO 8601 format) owned_by: UUID of the user who owns the cycle external_source: External system source name external_id: External system identifier timezone: Cycle timezone
Returns: Updated Cycle object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| cycle_id | Yes | ||
| end_date | No | ||
| owned_by | No | ||
| 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 |