get_issue_comments
Retrieve comments for a Backlog issue by ID or key, with options to filter by comment ID range, limit count, and sort order.
Instructions
Returns list of comments for an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of comments to retrieve | |
| maxId | No | Maximum comment ID | |
| minId | No | Minimum comment ID | |
| order | No | Sort order | |
| issueId | No | The numeric ID of the issue (e.g., 12345) | |
| issueKey | No | The key of the issue (e.g., 'PROJ-123') |