bitbucket_update_pull_request
Modify a pull request's title, description, or reviewers in Bitbucket Data Center. Requires the current PR version number for optimistic locking.
Instructions
Update a pull request's title, description, or reviewers.
Requires the current PR version number for optimistic locking — fetch it
first using bitbucket_get_pull_request.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | The project key | |
| repository_slug | Yes | The repository slug | |
| pull_request_id | Yes | The pull request ID number | |
| version | Yes | Current version of the PR (for optimistic locking — get from bitbucket_get_pull_request) | |
| title | No | New PR title | |
| description | No | New PR description | |
| reviewers | No | Full list of reviewer usernames (replaces existing) |