get_pull_request_comments
Retrieve pull request comments from Backlog to review discussions, with optional filters for count, ID range, and sort order.
Instructions
Returns list of comments for a pull request
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 | |
| number | Yes | Pull request number | |
| repoId | No | Repository ID | |
| repoName | No | Repository ID | |
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| projectKey | No | The key of the project (e.g., 'PROJECT') |