Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
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" } }, "required": [ "id" ], "description": "Input schema for the linear__update_issue tool." }