add_comment
Facilitates adding comments to Bitbucket Server pull requests by specifying repository, PR ID, and comment text. Supports replies by including a parent comment ID.
Instructions
Add a comment to a pull request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
parentId | No | Parent comment ID for replies | |
prId | Yes | Pull request ID | |
project | No | Bitbucket project key | |
repository | Yes | Repository slug | |
text | Yes | Comment text |