Comment on a ticket
rt_ticket_history_comment(ticket_id, comment_text, ...)
| ticket_id | (numeric) The ticket identifier | 
|---|---|
| comment_text | (character) Text that to add as a comment | 
| ... | Other arguments passed to  | 
(numeric) The ID of the ticket
if (FALSE) { rt_ticket_history_comment(1, "Your comment here...") }