linear_createCycle
Creates a new cycle for a Linear team. Requires team ID, start, and end timestamps. Supports optional name, description, and completion date.
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 |