bb_comment_issue
Post a markdown comment on a Bitbucket issue using workspace, repository slug, issue ID, and content.
Instructions
Add a comment to an issue in a Bitbucket repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Comment body in raw markdown format | |
| issue_id | Yes | Issue ID | |
| repo_slug | Yes | Repository slug | |
| workspace | No | Bitbucket workspace slug (uses default if not set) |