bitbucket_create_pull_request
Initiate a new pull request in Bitbucket by providing repository name, title, source branch, and optional description and destination branch.
Instructions
Create a new pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Pull request title | |
| repoName | Yes | Repository name | |
| description | No | Pull request description | |
| sourceBranch | Yes | Source branch name | |
| destinationBranch | No | Destination branch name (default: main) | main |