linear_get_issue_comments
Retrieve comments for a Linear issue, including threaded replies, to see the full discussion context.
Instructions
Get comments for a specific issue, including threaded replies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor for pagination | |
| first | No | Number of comments to return (default: 50) | |
| issueId | Yes | Issue ID to get comments for | |
| includeArchived | No | Include archived comments (default: false) |