addPullRequestComment
Add a general or inline comment to a Bitbucket pull request to provide feedback or discuss code changes.
Instructions
Add a comment to a pull request (general or inline)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | Bitbucket workspace name | |
| repo_slug | Yes | Repository slug | |
| pull_request_id | Yes | Pull request ID | |
| content | Yes | Comment content in markdown format | |
| pending | No | Whether to create this comment as a pending comment (draft state) | |
| inline | No | Inline comment information for commenting on specific lines |