Skip to main content
Get detailed information about a specific Linear issue

Tool details

FieldValue
Namelinear:get-issue
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Issue ID or identifier (e.g. ENG-123)"
    },
    "end_user_id": {
      "type": "string",
      "description": "End-user ID for per-user OAuth token resolution"
    }
  },
  "required": [
    "id"
  ],
  "description": "Input schema for the linear:get-issue tool."
}

Output schema

This tool does not publish an output schema.