create_pull_request
Initiate a pull request on Bitbucket Server by specifying source/target branches, title, description, and reviewers. Streamlines collaboration and code review workflows using MCP protocol.
Instructions
Create a new pull request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | PR description | |
project | No | Bitbucket project key | |
repository | Yes | Repository slug | |
reviewers | No | List of reviewer usernames | |
sourceBranch | Yes | Source branch name | |
targetBranch | Yes | Target branch name | |
title | Yes | PR title |