I’m trying to integrate Jira comments into my project.
The API (which I’m using) to fetch Jira comments against an issue
Observation (response):
response?.comments[]?.body is looking good.
response?.comments[]?.renderedBody is not proper with table data.
STR:
Create an issue of any type (comments-supported/enabled).
Add a comment with table.
In table cell, add some text and press enter then add some text.
Check API response, look and parse “renderedBody