Update PR Comment
bitbucket_update_pull_request_commentUpdate an existing pull request comment by providing its current version for optimistic locking. Accepts new Markdown text.
Instructions
Update an existing comment on a pull request.
Requires the current comment version number for optimistic locking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The new comment text (supports Markdown) | |
| version | Yes | Current version of the comment (for optimistic locking — get from bitbucket_get_pull_request_comments) | |
| comment_id | Yes | The comment ID to update | |
| project_key | Yes | The project key | |
| pull_request_id | Yes | The pull request ID number | |
| repository_slug | Yes | The repository slug |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |