bb_update_comment
Replace the text of an existing Bitbucket pull request comment by specifying project key, repository slug, PR ID, comment ID, and new text. Returns the updated comment.
Instructions
Edit the text of an existing comment. Returns the updated comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prId | Yes | ||
| text | Yes | New text | |
| repoSlug | Yes | ||
| commentId | Yes | ||
| projectKey | Yes |