-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Migrations - Link Fixing
-
None
-
15
-
7
Summary
Currently, Atlassian's link fixing tool will only fix the following supported links if they are within Confluence content:
Enhancement
There are instances where hard-coded URLs will exist inside Confluence macros. It would be helpful if the Link Fixing tool could resolve these links.
For example:
<ac:structured-macro ac:name="ui-button" ac:schema-version="1" ac:macro-id="1234-58bd-4f73-93e5-abc"><ac:parameter ac:name="color">red</ac:parameter><ac:parameter ac:name="newWindow">true</ac:parameter><ac:parameter ac:name="size">large</ac:parameter><ac:parameter ac:name="title">Incident Management</ac:parameter><ac:parameter ac:name="url">https://confluence.source.com/display/ABC/Page+Title</ac:parameter></ac:structured-macro>
The URL https://confluence.source.com/display/ABC/Page+Title should have been updated to https://<Atlassian-Cloud-Confluence-URL>/display/ABC/Page+Title