getPullRequestDiffStat
Get diff statistics for a Bitbucket pull request, showing lines added and removed. Quickly assess change impact without viewing full diff.
Instructions
Get diff statistics for a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | Bitbucket workspace name | |
| repo_slug | Yes | Repository slug | |
| pull_request_id | Yes | Pull request ID | |
| pagelen | No | Number of items per page (Bitbucket pagelen). Defaults to 10 and caps at 100. | |
| page | No | Bitbucket page number to fetch (1-based). | |
| all | No | When true (and no page is provided), automatically follows Bitbucket next links to return all items up to 1000. |