update_pull_request
Modify an existing pull request in Bitbucket by updating its title, description, destination branch, or reviewers list using the Bitbucket MCP Server.
Instructions
Update an existing pull request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | New description (optional) | |
destination_branch | No | New destination branch (optional) | |
pull_request_id | Yes | Pull request ID | |
repository | Yes | Repository slug (e.g., "my-repo") | |
reviewers | No | New list of reviewer usernames/emails (optional) | |
title | No | New title (optional) | |
workspace | Yes | Bitbucket workspace/project key (e.g., "PROJ") |