Linear MCP Server
by cosmix
get_issue
Get detailed information about a specific Linear issue
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issueId | Yes | The ID or key of the Linear issue |
Input Schema (JSON Schema)
{
"properties": {
"issueId": {
"description": "The ID or key of the Linear issue",
"type": "string"
}
},
"required": [
"issueId"
],
"type": "object"
}