Get pull request diffstat
bb_get_pull_request_diffstatFetches a per-file summary of changes for a pull request, showing added, removed, and modified line counts.
Instructions
Fetches a per-file summary of changes (added/removed/modified, line counts) for a pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoSlug | No | Repository slug. Falls back to BITBUCKET_REPO_SLUG if omitted. | |
| workspace | No | Bitbucket workspace slug. Falls back to BITBUCKET_WORKSPACE if omitted. | |
| pullRequestId | Yes | Pull request ID. |