Link Fixing doesn't fix Confluence "link" macro pointing to not migrated spaces

XMLWordPrintable

    • 16

      Problem Definition

      After the Server to Cloud migration Confluence "link" macro don't work when pointing to not migrated spaces.

      Example macro:

      <ac:link><ri:page ri:space-key="NOT_MIGRATED_SPACE" ri:content-title="NOT_MIGRATED_PAGE" /></ac:link> 

      If a link is pointing to not migrated space and page, and there is no matching space and page in the Cloud, then a link cannot be resolved and UI shows a link to the same page + # sign.

      Suggested Resolution

      Confluence "link" macro should be updated post migration for not migrated spaces:

      • replace link macro with a hyperlink pointing to Server page, like:
      <a href="https://server/display/NOT_MIGRATED_SPACE/NOT_MIGRATED_PAGE" style="text-decoration: none;">NOT_MIGRATED_PAGE</a>
      

      Temporary Resolution

      There is currently no workaround solution and the only way to fix those link macro is to complete migration of all spaces to the Cloud.

              Assignee:
              Unassigned
              Reporter:
              Anatolii Kostin [Atlassian] (Inactive)
              Votes:
              5 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: