Linear MCP Server

by scoutos
Verified

get_issue

Retrieve detailed information about a Linear issue, including comments, using the issue ID. Designed to integrate with the Linear MCP Server for efficient issue tracking and management.

Instructions

Get detailed information about a specific Linear issue (also called a ticket), including comments if requested.

Input Schema

NameRequiredDescriptionDefault
debugNo
includeCommentsNo
issueIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "debug": { "default": false, "type": "boolean" }, "includeComments": { "default": true, "type": "boolean" }, "issueId": { "type": "string" } }, "required": [ "issueId" ], "type": "object" }

You must be authenticated.

Other Tools from Linear MCP Server

Related Tools

ID: 728qtm68bf