linear_get_issue_comments
Retrieve comments for a Linear issue using its UUID or identifier. Supports pagination to navigate through multiple comments.
Instructions
Gets comments on a Linear issue by issue UUID or identifier
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | Yes | Linear issue UUID or identifier, e.g. ENG-123 | |
| first | No | Number of comments to return (default: 25) | |
| after | No | Cursor for pagination |