list_issues_in_cycle
Retrieve issues from a Linear cycle using cycle UUID or team key and cycle number. Returns identifier, title, state, assignee, priority, and estimate for cycle overview.
Instructions
List issues in a Linear cycle. Provide EITHER cycle_id (from list_cycles) OR both team and cycle_number. Returns identifier, title, state, assignee, priority, estimate — enough to render a cycle overview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | Team key (e.g. 'HYD') or UUID. Required if cycle_id is not given. | |
| limit | No | Max issues to return. Default 50. | |
| state | No | Filter by rough state category. Default 'all'. 'open' excludes issues in a completed or canceled state. | |
| cycle_id | No | Cycle UUID (from list_cycles). | |
| cycle_number | No | Per-team cycle number. Required if cycle_id is not given. |