Python Jira post renderedHTML to comment instead of string

Gokul Ramanan December 23, 2020

I want to post the HTML string to comment and should be parsed accordingly. 

 

for eg:
body = "<strong>bold test<strong>"

 

this should be posted to comment as 
bold test

 

 

1 answer

0 votes
Prince Nyeche
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 29, 2020

Hi @Gokul Ramanan 

Welcome to Community! I believe Cloud doesn't allow HTML strings, you should use Markdown instead, if you would like to post some values to a comment field.

Suggest an answer

Log in or Sign up to answer