manage_commit_comments
Create, edit, or delete comments on a commit in Bitbucket Server to discuss code changes and manage feedback.
Instructions
Manage comments on a commit. Actions: "create" (add a new comment), "edit" (update an existing comment), "delete" (remove a comment).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Comment text (required for create and edit). | |
| action | Yes | Operation to perform. | |
| project | No | Project key. Defaults to BITBUCKET_DEFAULT_PROJECT. | |
| version | No | Comment version for optimistic locking (required for edit and delete). | |
| commitId | Yes | Full commit hash. | |
| commentId | No | Comment ID (required for edit and delete). | |
| repository | Yes | Repository slug. |