Save issue
save_issueCreate or update an issue in Linear, returning only ID, identifier, state, and URL. Provide title and team for creation; use identifier to update.
Instructions
Create (no id) or update (id) an issue. Returns only {id, identifier, state, url} — no full-object echo. id-or-name args (state/assignee/project/milestone/labels) resolve server-side; blockedBy takes issue identifiers; create requires title + team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Issue id or identifier to UPDATE; omit to create | |
| team | No | Team name or id (required on create) | |
| state | No | Workflow state name or id (e.g. In Progress) | |
| title | No | Issue title (required on create) | |
| labels | No | Label names or ids | |
| project | No | Project name or id | |
| assignee | No | User name or id, or "me" | |
| priority | No | 0=None,1=Urgent,2=High,3=Medium,4=Low | |
| blockedBy | No | Issue identifiers/ids that block this issue | |
| milestone | No | Milestone name (needs project) or id | |
| description | No | Markdown body |