list_pr_commits
List commits on a Bitbucket pull request with pagination support. Enter the project key, repository slug, and pull request ID to retrieve the commit history.
Instructions
List commits on a specific pull request with pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoSlug | Yes | The repository slug | |
| projectKey | Yes | The project key (e.g., PROJ) | |
| max_results | No | Maximum number of commits to return (default: 100) | |
| pullRequestId | Yes | The pull request ID |