update_issue
Update properties of an existing issue in Linear, including title, description, status, assignee, priority, and labels.
Instructions
Update an existing issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | Yes | Issue ID | |
| title | No | New title (optional) | |
| description | No | New description (optional) | |
| status | No | New status (optional) | |
| assigneeId | No | New assignee ID (optional) | |
| priority | No | New priority (0-4, optional) | |
| labels | No | Label IDs to apply (optional) |