create_pull_request
Create a new pull request in Bitbucket to merge code changes from a source branch to a destination branch, facilitating code review and collaboration.
Instructions
Create a new pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository_name | Yes | Name of the repository (repo slug) | |
| title | Yes | The title of the pull request. | |
| source_branch | Yes | The source branch of the pull request. | |
| destination_branch | No | The destination branch of the pull request. | |
| description | No | The description of the pull request. |