Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | linear__update_issue |
| Group | Integrations |
{
"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."
}