linear_updateCycle
Update an existing Linear cycle by providing its ID and at least one field to change, such as name, dates, completion timestamp, or description.
Instructions
Update an existing cycle. Provide id plus at least one other field to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the cycle to update | |
| name | No | Updated custom cycle name | |
| endsAt | No | Updated cycle end timestamp or date | |
| startsAt | No | Updated cycle start timestamp or date | |
| completedAt | No | Optional completion timestamp | |
| description | No | Updated cycle description |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| team | No | ||
| endsAt | No | ||
| number | No | ||
| progress | No | ||
| startsAt | No | ||
| completedAt | No | ||
| description | No |