-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Work Item - Backend - Rich Text
-
Minor
Issue Summary
Issue descriptions containing tables with merged cells are not retrievable using the REST API with expand=renderedFields.
Steps to Reproduce
- Add table with two column to Jira issue description.
- Merge two columns
- Make RETS API call https://yoursite.atlassian.net/rest/api/3/issue/IssueKey?expand=renderedFields
Expected Results
Response to have correct HTML text for the description field
"description": "<p>test</p>\n\n<div class='table-wrap'>\n<table class='confluenceTable'><tbody>\n<tr>\n<th class='confluenceTh'> </th>\n<th class='confluenceTh'> </th>\n</tr>\n<tr>\n<td class='confluenceTd'><span class=\"image-wrap\" style=\"\"><img src=\"/rest/api/3/attachment/content/10170\" alt=\"image-20250630-142906.png\" height=\"261\" width=\"986\" style=\"border: 0px solid black\" /></span></td>\n<td class='confluenceTd'> </td>\n</tr>\n<tr>\n<td class='confluenceTd'> </td>\n<td class='confluenceTd'> </td>\n</tr>\n</tbody></table>\n</div>\n",
Actual Results
We do not get the correct HTML for the description field.
"description": "<p>Test</p>\n\n<!-- ADF macro (type = 'table') -->",
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is duplicated by
-
JSDCLOUD-10453 When an issue comment has a table with merged cells, the customer notification does not contain the table
-
- Gathering Impact
-