get_pull_request_diffstat
Retrieve a summary of files changed in a Bitbucket pull request with line counts for added and removed lines.
Instructions
Get a summary of files changed in a Pull Request with line counts.
Args: repo_slug: Repository slug (name) pr_id: Pull Request ID workspace: Bitbucket workspace (optional if configured)
Returns: List of files with lines added/removed counts
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| pr_id | Yes | ||
| workspace | No |