update_pull_request
Modify an existing pull request to update its title, description, destination branch, or reviewers while preserving approval status. Works with Bitbucket repositories for streamlined PR lifecycle management.
Instructions
Update an existing pull request. When updating without specifying reviewers, existing reviewers and their approval status will be preserved.
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. If provided, replaces the reviewer list (preserving approval status for existing reviewers). If omitted, existing reviewers are preserved. (optional) | |
title | No | New title (optional) | |
workspace | Yes | Bitbucket workspace/project key (e.g., "PROJ") |