bitbucket_pull_request_create
Create a draft pull request in Bitbucket to share work-in-progress with teammates before marking it ready for review.
Instructions
Create a new pull request as a draft - visible to teammates, but marked not-yet-ready-for-review until someone marks it ready in Bitbucket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| repoSlug | Yes | Repository slug, e.g. 'my-repo' | |
| reviewers | No | Reviewer account UUIDs or nicknames | |
| workspace | No | Omit to use the configured default workspace | |
| description | No | ||
| sourceBranch | Yes | ||
| destinationBranch | No | Defaults to the repository's main branch |