updateLinearIssue
Update an existing Linear issue by specifying only the fields to change. Modify title, description, priority, state, assignee, or labels.
Instructions
Update an existing Linear issue. Pass only the fields you want to change. Requires Linear connector connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Issue identifier (e.g. 'ENG-42') or URL. | |
| title | No | ||
| description | No | ||
| priority | No | 0=no priority, 1=urgent, 2=high, 3=medium, 4=low. | |
| state | No | Workflow state name (e.g. 'In Progress', 'Done'). | |
| assignee | No | Assignee name or email. | |
| labelNames | No | Label names to set (replaces existing labels). |