Update pull request
bb_update_pull_requestUpdate an open Bitbucket pull request by changing title, description, reviewers, or destination branch. Omit fields to keep them unchanged.
Instructions
Updates an open pull request. Only the provided fields are changed; omit a field to leave it as-is. For description-only edits, prefer bb_update_pull_request_description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| repoSlug | No | Repository slug. Falls back to BITBUCKET_REPO_SLUG if omitted. | |
| reviewers | No | Replaces the full reviewer list. | |
| workspace | No | Bitbucket workspace slug. Falls back to BITBUCKET_WORKSPACE if omitted. | |
| description | No | ||
| pullRequestId | Yes | Pull request ID. | |
| destinationBranch | No | Change the merge target branch. |