createDraftPullRequest
Create a draft pull request on Bitbucket to share work-in-progress changes without requesting review.
Instructions
Create a draft pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | PR title | |
| repo_slug | No | ||
| workspace | No | ||
| description | No | PR description (markdown) | |
| source_branch | Yes | Source branch name | |
| destination_branch | No | Destination branch (default: repo main branch) |