get_pull_requests
Retrieve pull requests from a Bitbucket repository, filtered by state such as open, merged, or declined.
Instructions
Get pull requests for a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | State of pull requests to retrieve (e.g., OPEN, MERGED, DECLINED, ALL) | OPEN |
| repoSlug | Yes | The repository slug | |
| projectKey | Yes | The project key (e.g., PROJ) |