D
D
devlocal2020-02-07 12:31:32
API
devlocal, 2020-02-07 12:31:32

Jira API how to add a comment with html tags?

How to send a request to the Jira API to add a comment to an issue using html tags?
Now for adding comments I use POST request - /rest/api/2/issue/10235/comment
With data
{ { "body", Comment } };

As a result, in jira I see comments in the form
ITE comment 06

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
maniac_by, 2020-02-12
@maniac_by

So include HTML tags. https://confluence.atlassian.com/jirakb/enable-htm...
Only they are turned off for a reason, you know. Security, everything.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question