Is it possible to add html comments in jira via api?

Vincent Fiset February 8, 2016

Hi Jira, is it possible to add html comments or at least formatted comments via the JIRA api?

Here is the type of comment I would expect to work.

curl -D- -u user:pass -X POST -d "{\"body\": \"<b>bold</b>\"}" -H "Content-Type: application/json" https://host.com/jira/rest/api/2/issue/XXX-369/comment

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

4 votes
Answer accepted
Bhushan Nagaraj
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 8, 2016

Hi Vincent,

JIRA comments do not support HTML. However, they do support wiki markup. Refer to

https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=all

TAGS
AUG Leaders

Atlassian Community Events