inline_comment_on_pr
Add inline review comments directly on specific lines of code in a Bitbucket pull request to provide contextual feedback.
Instructions
Add an inline code review comment on a specific file and line in a PR.
Args: pr_id: PR ID number body: Comment text (markdown supported) file_path: File path relative to repo root (e.g., "src/main.py") line: Line number (on the new/right side of the diff) workspace: Workspace slug repo: Repository slug
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| line | Yes | ||
| repo | No | ||
| pr_id | Yes | ||
| file_path | Yes | ||
| workspace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |