get_commit_pull_requests
List pull requests containing a specific commit. Returns PRs that include the given commit ID.
Instructions
List pull requests that contain a specific commit. Returns the PRs that include the given commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 25, max: 100). | |
| start | No | Start index for pagination (default: 0). | |
| fields | No | Comma-separated fields to return (dot notation for nested paths). Omit for a curated default; use '*all' for the full raw API response. | |
| project | No | Project key. Defaults to BITBUCKET_DEFAULT_PROJECT. | |
| commitId | Yes | Full commit hash. | |
| repository | Yes | Repository slug. |