bitbucket_pull_request_list_by_user
List pull requests created by any specified user across every repository in a Bitbucket workspace. Filter by state or limit items to find relevant PRs.
Instructions
List a user's pull requests across every repository in a workspace - use bitbucket_whoami first to list your own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | ||
| maxItems | No | ||
| workspace | No | Omit to use the configured default workspace | |
| selectedUser | Yes | Account UUID (e.g. '{...}') of the user whose PRs to list |