Fleet — List Linear Issues
fleet_list_issuesList issues on the Heista Linear board (team HEI) — the read-only window into what the dev agents are working on, what's broken, and what's shipped. Filter by workflow state ("Backlog"/"Todo"/"In Progress"/"In Review"/"Done"), label ("Bug"/"Security"/"SEO"/"In-App Feedback"/…), or a title search. Returns identifier + state + priority + assignee + labels; use fleet_get_issue for the full description + comments. Hard cap 100 rows. Read-only — the fleet cannot create, edit, or close tickets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Filter by label name (e.g. "Bug", "Security", "SEO", "In-App Feedback"). | |
| limit | No | Max rows (default 30, hard cap 100). | |
| query | No | Text search over issue titles (case-insensitive). | |
| state | No | Filter by workflow state name: "Backlog", "Todo", "In Progress", "In Review", or "Done". |