bitbucket_get_pull_requests
List pull requests for a Bitbucket repository with filters for state, direction, text search, and pagination to manage code review workflows.
Instructions
List pull requests for a repository.
Returns pull requests filtered by state, direction, and text. Defaults to showing OPEN pull requests ordered by newest first.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | The project key | |
| repository_slug | Yes | The repository slug | |
| state | No | PR state filter: OPEN, DECLINED, MERGED, or ALL (default: OPEN) | |
| direction | No | INCOMING (to this repo) or OUTGOING (from this repo) | |
| order | No | Order: NEWEST or OLDEST | |
| filter_text | No | Filter PRs by title text | |
| start | No | Pagination start index | |
| limit | No | Max results (1-100) |