add_inline_comment
Add inline comments to specific code lines in Bitbucket pull requests to provide feedback or ask questions during code review.
Instructions
Add an inline comment on a specific line of code in a Pull Request.
Args: repo_slug: Repository slug (name) pr_id: Pull Request ID file_path: Path to the file to comment on line: Line number to comment on content: Comment text (supports markdown) workspace: Bitbucket workspace (optional if configured)
Returns: Comment details or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| pr_id | Yes | ||
| file_path | Yes | ||
| line | Yes | ||
| content | Yes | ||
| workspace | No |