search_by_pr_title
Find pull requests by title keyword in Bitbucket repositories. Returns full details, comments, and changed files for each PR.
Instructions
Search pull requests by keyword in the title. Returns PR details, description, comments, and changed files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Keyword(s) to search for in PR titles | |
| repoSlug | Yes | Repository slug (e.g. my-repo) | |
| state | No | PR state filter (default: ALL) | |
| limit | No | Max PRs to return, including their comments and changed files (default 10, max 25) |