Skip to main content
Update the status, assignee, or other properties of an issue

Tool details

FieldValue
Namelinear:update-issue
GroupIntegrations

Playground

Input schema

Input schema
{
  "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.