get_pull_request_diff
Retrieve detailed diff changes for a specified pull request in a Bitbucket repository, including optional context lines, to facilitate code review and analysis.
Instructions
Get the diff/changes for a pull request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_lines | No | Number of context lines around changes (optional, default: 3) | |
pull_request_id | Yes | Pull request ID | |
repository | Yes | Repository slug (e.g., "my-repo") | |
workspace | Yes | Bitbucket workspace/project key (e.g., "PROJ") |