create_pull_request
Create a new pull request in a Bitbucket repository, specifying title, description, source and target branches, and optional reviewers.
Instructions
Create a new pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Bitbucket project key | |
| repository | Yes | Repository slug | |
| title | Yes | PR title | |
| description | No | PR description | |
| sourceBranch | Yes | Source branch name | |
| targetBranch | Yes | Target branch name | |
| reviewers | No | List of reviewer usernames |