-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1
-
Severity 3 - Minor
-
Issue Summary
When trying to export the issues description or comments fields with ADF formatting in them, such as merged cells, those field values cannot be exported correctly, displaying the following when exported as XML:
"<description><!-- ADF macro (type = 'table') --></description>"
Or, excluding the fields completely when exporting as Word file.
Moreover, we can see the same behavior when using the following REST API to retrieve the renderedFields in HTML format:
"renderedFields": { "description": "<!-- ADF macro (type = 'table') -->" }
Steps to Reproduce
- Create a merged cell on the description field of the issues.
- Try exporting the issue as XML or CSV, or simply make a request to the above REST API.
Expected Results
- We should be able to export the ADF formatted fields as XML or Word.
- ADF formatting should be parsed into HTML.
Actual Results
- We are not able to export the ADF formatted fields as XML or Word.
- ADF formatting isn't parsed into HTML correctly.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available
- is related to
-
JRACLOUD-80660 The REST API "expand=renderedField" option does not convert to HTML properly if there are code decorator in it
- Long Term Backlog
-
JRACLOUD-83203 [Tracked in Issue Links] Jira Cloud bugs re expand=renderedFields
- Gathering Interest