linear_getComments
Retrieve all comments for a specific issue in Linear, using the issue ID and an optional limit to control the number of comments returned. Simplifies tracking and reviewing discussions within project management.
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) |