bitbucket_update_comment
Edit an existing comment on a Bitbucket pull request by providing updated text and version for optimistic locking.
Instructions
Edit a comment on a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project key | |
| repo | Yes | Repository slug | |
| prId | Yes | Pull request ID | |
| commentId | Yes | Comment ID to edit | |
| text | Yes | Updated comment text | |
| version | Yes | Comment version for optimistic locking |