get_pull_requests
Lists pull requests in a Bitbucket repository, with optional filtering by state. Returns each PR's title, author, state, and description for review.
Instructions
List pull requests in a repository. Returns PR titles, authors, states, and descriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Filter by PR state. Defaults to OPEN. | |
| repo_slug | Yes | The repository slug. | |
| workspace | No | The workspace slug. Optional if BITBUCKET_WORKSPACE env var is set. |