bitbucket_get_pull_request_changes
Retrieve detailed file change information from Bitbucket pull requests, including additions, modifications, deletions, and renames, to review code modifications.
Instructions
Get the list of files changed in a pull request.
Shows which files were added, modified, deleted, or renamed in the PR.
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 | |
| change_scope | No | UNREVIEWED to only show unreviewed changes, or ALL | |
| with_comments | No | Include comment counts per file | |
| start | No | Pagination start index | |
| limit | No | Max results (1-1000) |