bitbucket_update_pr_comment
Update an existing comment on a Bitbucket pull request by specifying the repository, pull request ID, comment ID, and new content.
Instructions
Update an existing comment on a Bitbucket pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prId | Yes | Pull request ID | |
| content | Yes | New comment content | |
| repoName | Yes | Repository name | |
| commentId | Yes | The comment ID to update |