bitbucket_add_pr_comment
Add a comment to a Bitbucket pull request, supporting both general and inline file comments with markdown.
Instructions
Add a comment to a Bitbucket pull request. Supports both general and inline (file/line) comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prId | Yes | Pull request ID | |
| content | Yes | Comment content (Markdown supported) | |
| inlineTo | No | Destination side line number for inline comment (optional) | |
| parentId | No | Parent comment ID to reply to (optional) | |
| repoName | Yes | Repository name | |
| inlineFrom | No | Source side line number for inline comment (optional) | |
| inlinePath | No | File path for an inline comment (optional) |