Hello, I am trying to add a comment as a scrip with some html tags. For example:
$self->TicketObj->Comment(Content=> "<strong>Hello</strong>", Type=>'text/html'); The "Type" parameter does not seem to do anything though. Is it not possible to add comments as HTML using a scrip? Thanks.
