Update PR
update_prUpdate a Bitbucket pull request's title, description, and reviewers. Only the fields you specify are changed, leaving the rest untouched.
Instructions
Update a pull request's title, description (the PR Overview), and/or reviewers. Pass any combination — fields you omit are left unchanged. The description is interpreted as Markdown. reviewers replaces the full reviewer list with the given Bitbucket account UUIDs (including the curly braces); pass an empty array to clear all reviewers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Bitbucket repo slug. | |
| pr_id | No | Pull request id. | |
| title | No | New PR title. | |
| reviewers | No | Reviewer account UUIDs (e.g. `{abcd-...}`). Replaces the entire reviewer list. Pass `[]` to clear all reviewers. | |
| workspace | No | Bitbucket workspace (slug). | |
| description | No | New PR description (Markdown). Pass an empty string to clear it. |