Replies: 1 comment 5 replies
-
|
The only hope OOB was Will need a code change. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am encountering an error while migrating work items using Azure DevOps Migration Tools.
I have some work items created long time ago which has hyperlinks at links tab like "annotation://app123456/***sdskudg547347andsomerandomid." I guess that at that time is was allowed to put no matter how on URL, but now it seems that is no longer the case.
SO, when running migration, it fails with the following message:
The URL specified has a potentially unsafe URL protocol. Please specify a different URL. The URL specified is: annotation://app123456/***sdskudg547347andsomerandomid.
URI schemes supported are: http, https, ftp, gopher, mailto, news, telnet, wais, vstfs, tfs, alm, mtm, mtms, mtr, mtrs, mfbclient, mfbclients, test-runner, x-mvwit, onenote, codeflow, file, tel, skype.
As a result, the work item cannot be migrated and the process stops.
Is there a recommended way to handle or filter out unsupported URL protocols (like notes://) during migration?
I have tested some configurations of:
but any of these seems to solve the problem.
Any guidance or workaround would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions