Create Pull Request
bitbucket_create_pull_requestCreate a pull request from a source branch to a target branch. Optionally add a description and assign reviewers.
Instructions
Create a new pull request.
Creates a PR from from_ref branch to to_ref branch. Optionally add
a description and reviewers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | PR title | |
| to_ref | Yes | Target branch (e.g. 'main' or 'develop') | |
| from_ref | Yes | Source branch (e.g. 'feature/my-branch') | |
| reviewers | No | List of reviewer usernames to add | |
| description | No | PR description (supports Markdown) | |
| project_key | Yes | The project key | |
| repository_slug | Yes | The repository slug |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |