create_ticket_comment
Add a comment to an existing ticket by providing its ID and the comment text. Optionally include an author email for attribution.
Instructions
Add a comment to an existing ticket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Comment content/text | |
| ticketId | Yes | ID of the ticket to comment on | |
| authorEmail | No | Email of the comment author |