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

Jira Macro Repair Doesn't Update the Jira Macros on Space Templates

    XMLWordPrintable

Details

    • 1
    • Severity 3 - Minor

    Description

      Issue Summary

      After running Jira Macro repair, the space templates that contain Jira Macros didn't get updated.

      Steps to Reproduce

      1. On Confluence Server, create a space with space templates that contain Jira Macros
      2. Migrate the space into Confluence Cloud
      3. Run Jira Macro Repair

      Expected Results

      All content that contain Jira Macros should be updated to point to the new Jira link.

      Actual Results

      The Jira Macros on Space Templates remain pointing to the old Jira link.

      Workaround

      1. Run the following query on Confluence Server to identify the affected templates.
        SELECT t.*
        FROM pagetemplates t
        JOIN spaces s ON s.spaceid=t.spaceid
        where t.content like '%<ac:structured-macro ac:name="jira"%'
        
      2. Then manually updated the macros

      Attachments

        Activity

          People

            Unassigned Unassigned
            cteh Ting (Chiou Ting Teh)
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: