edit_pr_comment
Revise a specific comment on a Bitbucket pull request. Provide the PR ID, comment ID, and new body text to replace the original comment.
Instructions
Edit an existing PR comment.
Args: pr_id: PR ID number comment_id: Comment ID to edit body: New comment text workspace: Workspace slug repo: Repository slug
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| repo | No | ||
| pr_id | Yes | ||
| workspace | No | ||
| comment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |