linear_createCycle
Create a new cycle for a team by providing team ID, start, and end dates. Optionally add a name, description, or completion timestamp to schedule work intervals.
Instructions
Create a new cycle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional custom cycle name | |
| endsAt | Yes | Cycle end timestamp or date | |
| teamId | Yes | ID of the team the cycle belongs to | |
| startsAt | Yes | Cycle start timestamp or date | |
| completedAt | No | Optional completion timestamp | |
| description | No | Optional 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 |