writing HTML content into incident thread
Content
Hi,
As part of our automation project, I have to add a incident thread from a Standard Content (HTML version). When I add it using my below code, it writes the raw html tags too (as shown in the pic - html_content.png).
Any help to display the html version of the content without showing the raw html tags in the incident threads would be much appreciated.
Thanks
Senthil K
Code Snippet
$threadCnt = count($incident->Threads); if($threadCnt == 0) { $incident->Threads= new RNCPHP\ThreadArray(); }
0