reply_to_pr_comment
Reply to an existing Bitbucket pull request comment by providing the PR ID, parent comment ID, and reply text. This ensures your response is threaded correctly.
Instructions
Reply to an existing PR comment.
Args: pr_id: PR ID number parent_comment_id: ID of the comment to reply to body: Reply text workspace: Workspace slug repo: Repository slug
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| repo | No | ||
| pr_id | Yes | ||
| workspace | No | ||
| parent_comment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |