save_issue
Create or update a Linear issue. Requires title and team ID for creation; pass ID to update. Supports priority, assignee, and other fields.
Instructions
Create or update an issue.
Pass id to update. Creating requires title and team_id.
assignee_id accepts a UUID or me. priority is 0-4
(0=none, 1=urgent, 2=high, 3=medium, 4=low).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| title | No | ||
| team_id | No | ||
| cycle_id | No | ||
| due_date | No | ||
| estimate | No | ||
| priority | No | ||
| state_id | No | ||
| label_ids | No | ||
| parent_id | No | ||
| workspace | No | ||
| project_id | No | ||
| assignee_id | No | ||
| description | No | ||
| project_milestone_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||