get_pull_request_changes
List every file changed in a pull request with its path and change type (ADD, MODIFY, DELETE) to identify the scope of modifications.
Instructions
Get list of all changed files in a pull request with file-level metadata (paths, change types like ADD/MODIFY/DELETE).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items to return (default: 25) | |
| projectKey | Yes | The Bitbucket project key | |
| pullRequestId | Yes | The pull request ID | |
| repositorySlug | Yes | The repository slug |