list_pull_requests
List pull requests for a Bitbucket repository, filtering by state, direction, or branch to identify relevant PRs.
Instructions
List pull requests for a repository. Can filter by state, direction, and branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | Branch to filter by (fully-qualified ref, e.g. refs/heads/main) | |
| limit | No | Maximum number of PRs to return (default: 25) | |
| start | No | Starting index for pagination (default: 0) | |
| state | No | PR state filter (default: OPEN) | |
| direction | No | PR direction (default: INCOMING) | |
| projectKey | Yes | The Bitbucket project key | |
| repositorySlug | Yes | The repository slug |