bb_create_pull_request
Create a Bitbucket pull request by providing a title and source branch, then set destination, description, or close-source options. Streamlines merging code changes into the target branch.
Instructions
Create a new pull request in a Bitbucket repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Pull request title | |
| repo_slug | No | Repository slug/name; defaults to the repo detected from the current directory's git remote | |
| workspace | No | Bitbucket workspace | |
| description | No | Pull request description | |
| source_branch | Yes | Branch containing the changes | |
| destination_branch | No | Branch to merge into | main |
| close_source_branch | No | Delete the source branch on merge |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |