Update a Linear issue
linear_update_issueUpdate any mutable field on a Linear issue, including state, assignee, labels, priority, project, cycle, due date, estimate, or parent. Supports reparenting and moving issues between projects or cycles by ID or name.
Instructions
Update any mutable issue field, including parentId (move/reparent), state, assignee, labels, priority, project, cycle, due date and estimate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Issue UUID or identifier | |
| title | No | ||
| cycleId | No | ||
| dueDate | No | ||
| stateId | No | Workflow state UUID, or a state name if the issue's team resolves | |
| estimate | No | ||
| labelIds | No | ||
| parentId | No | ||
| priority | No | 0 none, 1 urgent, 2 high, 3 medium, 4 low | |
| projectId | No | ||
| assigneeId | No | Assignee UUID, or 'me' | |
| description | No |