Update the status, assignee, or other properties of an issue
linear:update-issue
{ "type": "object", "properties": { "id": { "type": "string", "description": "Issue ID" }, "stateId": { "type": "string", "description": "New state ID" }, "assigneeId": { "type": "string", "description": "New assignee user ID" }, "priority": { "type": "number", "description": "New priority" }, "end_user_id": { "type": "string", "description": "End-user ID for per-user OAuth token resolution" } }, "required": [ "id" ], "description": "Input schema for the linear:update-issue tool." }