linear_updateIssue
Modify existing Linear issues by updating fields like title, description, state, priority, assignee, labels, project, and due date. Keep issue tracking accurate with this tool.
Instructions
Update an existing issue in Linear
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID or identifier of the issue to update (e.g., ABC-123) | |
| title | No | New title for the issue | |
| description | No | New description for the issue (Markdown supported) | |
| stateId | No | ID of the new state for the issue | |
| priority | No | New priority for the issue (0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low) | |
| projectId | No | ID of the project to move the issue to | |
| projectMilestoneId | No | ID of the project milestone to assign to the issue | |
| assigneeId | No | ID of the user to assign the issue to, or null to unassign | |
| cycleId | No | ID of the cycle to move the issue to, or null to remove from current cycle | |
| estimate | No | The estimated complexity/points for the issue | |
| dueDate | No | The new due date for the issue (YYYY-MM-DD format), or null to remove | |
| labelIds | No | IDs of the labels to set on the issue (replacing existing labels) | |
| addedLabelIds | No | IDs of labels to add to the issue (without removing existing ones) | |
| removedLabelIds | No | IDs of labels to remove from the issue | |
| parentId | No | ID of the parent issue, or null to convert to a regular issue | |
| subscriberIds | No | IDs of the users to subscribe to the issue (replacing existing subscribers) | |
| teamId | No | ID of the team to move the issue to | |
| sortOrder | No | The position of the issue in relation to other issues |