Fleet — File a Linear Issue
fleet_create_issueFile an issue on the Heista HEI board: title, markdown description, optional labels (Bug, Feature, Improvement, Security, SEO, Tech Debt, Upstream, In-App Support, In-App Feedback) and priority (0 none - 4 low, default 3). Unknown label names are dropped with a warning rather than failing the write. Locked to team HEI. Use it to record a real defect or a piece of work, not to take notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Outcome-shaped title. | |
| labels | No | Label names, e.g. ["Bug","SEO"]. Unknown names are dropped, not rejected. | |
| priority | No | 0 none, 1 urgent, 2 high, 3 medium, 4 low. Default 3. | |
| description | Yes | Markdown. Say what is broken, how to reproduce it, and what you expected. |