reply_to_comment
Post a reply to a specific comment on a Bitbucket pull request to continue discussions and provide feedback.
Instructions
Reply to a specific comment on a Pull Request.
Args: repo_slug: Repository slug (name) pr_id: Pull Request ID comment_id: ID of the comment to reply to content: Reply text (supports markdown) workspace: Bitbucket workspace (optional if configured)
Returns: Reply details or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| pr_id | Yes | ||
| comment_id | Yes | ||
| content | Yes | ||
| workspace | No |