add_inline_comment
Add an inline comment to a specific file and line in a pull request, enabling contextual code review feedback.
Instructions
Add an inline comment to a file in a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Bitbucket project key | |
| repository | Yes | Repository slug | |
| prId | Yes | Pull request ID | |
| text | Yes | Comment text | |
| filePath | Yes | Path to the file in the repository | |
| line | Yes | Line number to comment on | |
| lineType | No | Type of line (default is CONTEXT) | |
| startColumn | No | Starting column for code highlight (optional) | |
| endColumn | No | Ending column for code highlight (optional) | |
| parentId | No | Parent comment ID for replies |