microsoft / vsts-work-item-migrator

WiMigrator is a command line tool for migrating work items between VSTS/TFS projects
MIT License
148 stars 69 forks source link

Real migration of Artifact Links instead of Hyperlink conversion #89

Open ross-bohr opened 4 years ago

ross-bohr commented 4 years ago

Currently ArtifactLinks (Work Item to git commit link) is being converted to a Hyperlink and then added to the migrated work item. This is not useful.

ArtifactLinks must be preserved linking the migrated Work Items to the migrated git repositories (in the same Project).

Example: Source ArtifactLink: vstfs:///Git/Commit/{sourceProjGuid}%2f{sourceRepoGuid}%2f47cb466c1d1f8dd8e1b43b40ed8c3a3fec67e20d

Target ArtifactLink: vstfs:///Git/Commit/{targetProjGuid}%2f{targetRepoGuid}%2f47cb466c1d1f8dd8e1b43b40ed8c3a3fec67e20d

ross-bohr commented 4 years ago

@obvioussean , I'm trying to attact some attention to the above suggestion. Could you have a look at it or ask someone else to do so?