-
Suggestion
-
Resolution: Unresolved
-
15
-
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.
- relates to
-
CONFCLOUD-80237 Provide a centralized option for link management and correction in Confluence.
- Gathering Interest