linear_getComments
Fetch comments for a Linear issue by its ID. Retrieve the discussion and feedback attached to the task.
Instructions
Get all comments for an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | Yes | ID or identifier of the issue to get comments from (e.g., ABC-123) | |
| limit | No | Maximum number of comments to return (default: 25) |