bitbucket_get_pull_request_comments
Retrieve all comments, approvals, and activity for a Bitbucket pull request, including inline code comments with file and line details.
Instructions
Get comments and activity for a pull request.
Returns all activities (comments, approvals, status changes) on the PR, including inline code comments with file path and line information.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | The project key | |
| repository_slug | Yes | The repository slug | |
| pull_request_id | Yes | The pull request ID number | |
| start | No | Pagination start index | |
| limit | No | Max results (1-100) |