add_pull_request_comment
Add comments to Bitbucket pull requests to provide feedback, ask questions, or share information during code review processes.
Instructions
Add a comment to a Pull Request on Bitbucket Cloud.
Args: repo_slug: Repository slug (name) pr_id: Pull Request ID comment: Comment text (supports markdown) workspace: Bitbucket workspace (optional if configured)
Returns: Comment details or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| pr_id | Yes | ||
| comment | Yes | ||
| workspace | No |