bitbucket_add_pr_inline_comment
Add an inline comment to a specific line of a file in a Bitbucket pull request, specifying the line and file type.
Instructions
Add inline code comment on a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project key | |
| repo | Yes | Repository slug | |
| prId | Yes | Pull request ID | |
| text | Yes | Comment text | |
| path | Yes | File path | |
| line | Yes | Line number | |
| lineType | Yes | Line type | |
| fileType | No | File type |