-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Migrations - Link Fixing
-
None
-
22
When migration is done to confluence cloud, link fixing is needed as per https://confluence.atlassian.com/confkb/after-a-successful-server-to-cloud-migration-url-links-are-broken-in-the-new-cloud-instance-1077781093.html to fix various links.
Though this method doesn't fix the new format of board links like:
- https://SITE.atlassian.net/jira/software/c/projects/PKEY/boards/123
- https://SITE.atlassian.net/secure/RapidBoard.jspa?rapidView=123
- where 123 is the identifier of the agile board
Few more format
- jira/software/c/projects/{KEY}/boards/{boardId}
- jira/software/projects/{KEY}/boards/{boardId}
- jira/servicedesk/projects/{KEY}/boards/{boardId}
- jira/servicedesk/projects/{KEY}/boards/{boardId}?selectedIssue=<Issue>
- jira/servicedesk/projects/{KEY}/boards/{boardId}?jql=<JQL>
- jira/servicedesk/projects/{KEY}/boards/{boardId}?filter=<filter>
Please provide a method to fix links of this format for post migration.