linear_updateIssue
Update any property of a Linear issue, including title, description, assignee, priority, state, labels, and due date.
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 | |
| teamId | No | ID of the team to move the issue to | |
| cycleId | No | ID of the cycle to move the issue to, or null to remove from current cycle | |
| dueDate | No | The new due date for the issue (YYYY-MM-DD format), or null to remove | |
| stateId | No | ID of the new state for the issue | |
| estimate | No | The estimated complexity/points for the issue | |
| labelIds | No | IDs of the labels to set on the issue (replacing existing labels) | |
| parentId | No | ID of the parent issue, or null to convert to a regular 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 | |
| sortOrder | No | The position of the issue in relation to other issues | |
| assigneeId | No | ID of the user to assign the issue to, or null to unassign | |
| description | No | New description for the issue (Markdown supported) | |
| addedLabelIds | No | IDs of labels to add to the issue (without removing existing ones) | |
| subscriberIds | No | IDs of the users to subscribe to the issue (replacing existing subscribers) | |
| removedLabelIds | No | IDs of labels to remove from the issue | |
| projectMilestoneId | No | ID of the project milestone to assign to the issue |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| title | No | ||
| identifier | No |