add_issue_comment
Add comments to Bitbucket issues to provide feedback, updates, or clarifications using markdown formatting for better collaboration.
Instructions
Add a comment to an issue.
Args: repo_slug: Repository slug (name) issue_id: Issue ID content: Comment text (supports markdown) workspace: Bitbucket workspace (optional if configured)
Returns: Created comment details or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| issue_id | Yes | ||
| content | Yes | ||
| workspace | No |