get_pull_request_comments
Retrieve all comments on a Backlog pull request. Filter by comment ID range, count, or sort order to isolate specific feedback.
Instructions
Returns list of comments for a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| projectKey | No | The key of the project (e.g., 'PROJECT') | |
| repoId | No | Repository ID | |
| repoName | No | Repository ID | |
| number | Yes | Pull request number | |
| 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. |