update_issue
Update a Linear issue's state, assignee, or priority to reflect work progress, completion, or reassignment. Matches state names to the team's workflow for accurate status tracking.
Instructions
Update a Linear issue's state, assignee, and/or priority. Call this when the user starts work (state → In Progress), finishes (state → Done/In Review), or asks to reassign or reprioritize. State is matched by name against the issue's team workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Workflow state name, e.g. "In Progress" | |
| assignee | No | Teammate name or email | |
| priority | No | 0=None 1=Urgent 2=High 3=Medium 4=Low | |
| identifier | Yes | Issue identifier like REF-123 |