update-cycle
Modify an existing cycle's details within a project, including name, description, and date ranges, to reflect changes in project timelines or scope.
Instructions
Update an existing cycle in a project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle_id | Yes | ID of the cycle to update | |
| description | No | Updated description of the cycle (optional) | |
| end_date | No | Updated end date of the cycle (YYYY-MM-DD format, optional) | |
| name | No | Updated name of the cycle (optional) | |
| project_id | Yes | ID of the project containing the cycle | |
| start_date | No | Updated start date of the cycle (YYYY-MM-DD format, optional) |