addPullRequestComment
Add a comment to a Bitbucket pull request: a general note, an inline comment on a specific line, or a reply to an existing comment thread.
Instructions
Add a comment to a pull request: general, inline on a diff line, or a reply to an existing comment (pass parent)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inline | No | Inline comment information for commenting on specific lines | |
| parent | No | ID of the comment to reply to. The reply joins that comment's thread and inherits its inline anchor, so leave `inline` unset when replying. | |
| content | Yes | Comment content in markdown format | |
| pending | No | Whether to create this comment as a pending comment (draft state) | |
| repo_slug | Yes | Repository slug | |
| workspace | Yes | Bitbucket workspace name | |
| pull_request_id | Yes | Pull request ID |