create_inline_pull_request_comment
Add an inline comment to a specific line in a Bitbucket pull request, providing context-aware feedback directly within the code diff.
Instructions
Add an inline comment to a pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | ||
| path | Yes | ||
| text | Yes | ||
| pending | No | ||
| pull_request_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| line | Yes | ||
| path | Yes | ||
| text | Yes | ||
| author | Yes | ||
| reply_to | Yes |