update_issue
Update an existing Linear issue by its identifier, altering only the fields you specify—status, assignee, priority, title, description, or labels. Labels passed replace the issue's current labels.
Instructions
Update fields on an existing Linear issue. Only the fields you pass are changed. identifier: human issue identifier, e.g. "GOV-123". state, assignee, labels: names, resolved against the issue's own team. priority: 0 none, 1 urgent, 2 high, 3 medium, 4 low. Passing labels replaces the issue's labels entirely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | ||
| title | No | ||
| labels | No | ||
| assignee | No | ||
| priority | No | ||
| identifier | Yes | ||
| description | No |