update_pull_request
Update an existing pull request's title, description, destination branch, or reviewers while preserving reviewer approval status when not specified.
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 |
|---|---|---|---|
| title | No | New title (optional) | |
| 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) | |
| workspace | Yes | Bitbucket workspace/project key (e.g., "PROJ") | |
| repository | Yes | Repository slug (e.g., "my-repo") | |
| description | No | New description (optional) | |
| pull_request_id | Yes | Pull request ID | |
| destination_branch | No | New destination branch (optional) |