bitbucket_create_pull_request
Create a pull request in Bitbucket Data Center to merge code changes from a source branch to a target branch, with options to add descriptions and reviewers.
Instructions
Create a new pull request.
Creates a PR from from_ref branch to to_ref branch. Optionally add
a description and reviewers.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | The project key | |
| repository_slug | Yes | The repository slug | |
| title | Yes | PR title | |
| from_ref | Yes | Source branch (e.g. 'feature/my-branch') | |
| to_ref | Yes | Target branch (e.g. 'main' or 'develop') | |
| description | No | PR description (supports Markdown) | |
| reviewers | No | List of reviewer usernames to add |