-
Bug
-
Resolution: Tracked Elsewhere
-
High
-
None
-
JCMA - 1.7.3
-
None
-
23
-
Minor
-
229
Issue Summary
Migrated Tables are not rendered by Wiki Markup when imported to the Cloud.
This is reproducible on Data Center: yes
Steps to Reproduce
- Perform a migration with tables on the description field of the issue.
Expected Results
Table and all Wiki markup objects will be correctly rendered.
Actual Results
We can see that the description field of the issue is not correctly rendered, showing the table in the Wiki Markup format.
Workaround
We discovered the root cause for this problem: The values in the "description_adf" column in the "jiraissue" table.
If we compare the values of an issue that has the table and another that does not, we can see that the render is not updated with an option to call the table.
We need to force the Description field to update its values in the Markup:
update jiraissue set description_adf = NULL where description LIKE '%||%';
However, this method does not update tables that are next to the following:
- Bullet Points
- Numbered Lists
- is related to
-
JRACLOUD-81066 After migration using JCMA attachment previews don't work, works on refresh
- Closed