Reply to PR comment
reply_to_pr_commentReply to an existing pull request comment to create a threaded discussion. Inherits inline context from the parent comment, ensuring the reply appears in the correct thread.
Instructions
Reply to an existing PR comment, creating a threaded reply. For inline comments, the path and line are inherited from the parent — do not use add_pr_inline_comment to reply, since that posts a sibling comment instead of a threaded reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Reply body (Markdown). | |
| repo | No | Bitbucket repo slug. | |
| pr_id | No | Pull request id. | |
| workspace | No | Bitbucket workspace (slug). | |
| comment_id | Yes | ID of the comment to reply to. |