get_issue
Retrieve complete details for a Linear issue, including description, state, assignee, cycle, labels, and recent comments by providing its ID or human identifier.
Instructions
Fetch full details for one Linear issue. Accepts either the human identifier (e.g. 'HYD-123') or the internal UUID. Returns description, state, assignee, cycle, labels, and the most recent comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Issue identifier ('HYD-123') or UUID. | |
| include_comments | No | When true (default), include the last 20 comments. |