Uploaded image for project: 'Migration Platform'
  1. Migration Platform
  2. MIG-1217

Migration Does not render Jira Wiki Markup Correctly

    XMLWordPrintable

Details

    • 23
    • Minor
    • 229

    Description

      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

      1. 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

      Attachments

        Issue Links

          Activity

            People

              4c7b3a3f64ab Faisal Jamil
              29e3a1879ac5 Benedy (Inactive)
              Votes:
              2 Vote for this issue
              Watchers:
              15 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: