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