Documentation Index
Fetch the complete documentation index at: https://veryfront.com/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 |
Playground
{
"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."
}
Output schema
This tool does not publish an output schema.