Get PR Changes
bitbucket_get_pull_request_changesGet the files changed in a pull request. See which files were added, modified, deleted, or renamed, with options to filter unreviewed changes and include comment counts.
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
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (1-1000) | |
| start | No | Pagination start index | |
| project_key | Yes | The project key | |
| change_scope | No | UNREVIEWED to only show unreviewed changes, or ALL | |
| with_comments | No | Include comment counts per file | |
| pull_request_id | Yes | The pull request ID number | |
| repository_slug | Yes | The repository slug | |
| response_format | No | Output format: markdown (default) or json | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |