bitbucket_pull_request_diffstat
Get a per-file change summary for a pull request, showing files touched and line additions/deletions, without fetching the full diff.
Instructions
Get the per-file change summary (files touched, lines +/-) for a pull request. Cheapest way to see 'what changed' - prefer this over the full diff unless file contents are actually needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| repoSlug | Yes | Repository slug, e.g. 'my-repo' | |
| workspace | No | Omit to use the configured default workspace |