add_reviewer
Add a reviewer to a Bitbucket pull request while preserving existing reviewers. Use this tool to include additional team members in code review processes.
Instructions
Add a reviewer to a Pull Request without removing existing reviewers.
Args: repo_slug: Repository slug (name) pr_id: Pull Request ID reviewer: UUID or account_id of the reviewer to add workspace: Bitbucket workspace (optional if configured)
Returns: Updated reviewer list or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| pr_id | Yes | ||
| reviewer | Yes | ||
| workspace | No |