Linear

by tacticlaunch
Verified

linear_getIssueById

Retrieve a specific issue from the Linear project management system using its unique ID or identifier (e.g., ABC-123). This tool enables users to access detailed issue information efficiently.

Instructions

Get a specific issue by ID or identifier (e.g., ABC-123)

Input Schema

NameRequiredDescriptionDefault
idYesThe ID or identifier of the issue (e.g., ABC-123)

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The ID or identifier of the issue (e.g., ABC-123)", "type": "string" } }, "required": [ "id" ], "type": "object" }
ID: r0jy9qy35n