get_issue_comments
Retrieve comments for a specific Backlog issue by issue ID or key. Control the number, ID range, and sort order of comments returned.
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') | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |