linear_createCycle
Schedule a new development cycle for a Linear team with defined start and end dates. Optionally add a name or description to organize work.
Instructions
Create a new cycle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | ID of the team the cycle belongs to | |
| startsAt | Yes | Cycle start timestamp or date | |
| endsAt | Yes | Cycle end timestamp or date | |
| name | No | Optional custom cycle name | |
| description | No | Optional cycle description | |
| completedAt | No | Optional completion timestamp |