create_cycle
Create a Linear cycle for a team by providing team ID, name, start and end dates in ISO 8601 format.
Instructions
Create a Linear cycle for a team.
starts_at and ends_at must be ISO 8601 timestamps, for example 2026-07-13T09:00:00Z. team_id accepts a team UUID or key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| ends_at | Yes | ||
| team_id | Yes | ||
| starts_at | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |