MigrationTools 11.9.52
See the version list below for details.
dotnet add package MigrationTools --version 11.9.52
NuGet\Install-Package MigrationTools -Version 11.9.52
<PackageReference Include="MigrationTools" Version="11.9.52" />
<PackageVersion Include="MigrationTools" Version="11.9.52" />
<PackageReference Include="MigrationTools" />
paket add MigrationTools --version 11.9.52
#r "nuget: MigrationTools, 11.9.52"
#addin nuget:?package=MigrationTools&version=11.9.52
#tool nuget:?package=MigrationTools&version=11.9.52
Azure DevOps Migration Tools
![Build on VSTS]()
The Azure DevOps Migration Tools allow you to bulk edit and migrate data between Team Projects on both Microsoft Team Foundation Server (TFS) and Azure DevOps Services. Take a look at the documentation to find out how. This project is published as code on GitHub as well as a Azure DevOps Migration Tools on Chocolatey.
<a href="https://stackoverflow.com/questions/tagged/azure-devops-migration-tools" title="Ask Questions on Stack Overflow"><img src="http://cdn.sstatic.net/stackexchange/img/logos/so/so-logo.png" width="250"></a>
Ask Questions on Stack Overflow: https://stackoverflow.com/questions/tagged/azure-devops-migration-tools
WARNING: This tool is not designed for a novice. This tool was developed to support the scenarios below, and the edge cases that have been encountered by the 30+ contributors from around the Azure DevOps community. You should be comfortable with the TFS/Azure DevOps object model, as well as debugging code in Visual Studio. Community support is available through GitHub and StackOverflow; Paid support is available through our recommended consultants as well as our contributors and many DevOps consultants around the world.
What can you do with this tool?
- Migrate
Work Items
,TestPlans & Suits
,Teams
,Shared Queries
, &Pipelines
from oneTeam Project
to another - Migrate
Work Items
,TestPlans & Suits
,Teams
,Shared Queries
, &Pipelines
from oneOrganisation
to another - Bulk edit of
Work Items
accross an entireProject
.
What versions of Azure DevOps & TFS do you support?
- Work Item Migration Supports all versions of TFS 2013+ and all versions of Azure DevOps
- You can move from any Tfs/AzureDevOps source to any Tfs/AzureDevOps target.
- Process Template migration only supports XML based Projects
Typical Uses of this tool
- Merge many projects into a single project
- Split one project into many projects
- Assistance in changing Process Templates
- Bulk edit of Work Items
- Migration of Test Suites & Test Plans
- new Migration of Builds & Pipelines
- Migrate from one Language version of TFS / Azure Devops to another (new v9.0)
NOTE: If you are able to migrate your entire Collection to Azure DevOps Services you should use Azure DevOps Migration Service from Microsoft. If you have a requirement to change Process Template then you will need to do that before you move to Azure DevOps Services.
Quick Links
Change Log
- v11.9 - Dark launch of
Pipelines
&Builds
migration by @tomfrenzel - v11.8 - As part of moving to the new architecture we moved to default newtonsoft type handling with
$type
properties instead ofObjectType
To Migrate rename "ObjectType" to "$type" in your configuration! - v11.5 - Added more useful logging levels. Replace
"TelemetryEnableTrace": false
with"LogLevel": "Verbose"
in the config. Verbose will only be logged to the logfile. - v11.2.1 - Removed NodeMigrationContext and converted it to an enricher for Work Items. Still needs work, so that it migrates individual nodes, but currently migrates all.
- v10.1 - Changed config design to have only the Name and not FullName of the class. Remove
MigrationTools.Core.Configuration.FieldMap.
andMigrationTools.Core.Configuration.Processing.
from the config leaving only the Name of the class in ObjectType field. - v10.0 - Start of the great refactor over to .NET Core and the REST API as the Object Model has been retired.
- v9.0 - Added support for migration between other language versions of Azure DevOps. Developed for German → English
- v8.9 - Added 'Collapse Revisions' feature to collapse and attache revisions instead of replaying them
- v8.8 - 'SkipToFinalRevisedWorkItemType' feature added to handle scenario when changing Work Item Type
- v8.7 - Support for inline images using a Personal Access Token added to the Source Project
- v8.6 - Support for fixing links from TFVC Changesets to Git Commits using a mapping file generated from a Git-TFS migration.
- v8.5 - Attachment Max size and linking work items to git repos between projects.
- v8.4 - Support for cross-project linking of work items between projects.
- v8.3 - Support for restarting the migration and syncing at the revision level.
- v8.2 - Merge Git commit Fixing into Work Item migration (requires repos to be migrated first, can be rerun)
- v8.0 - Merge of Work Item, Link, & attachment migrators into one.
The Technical Details
- | Technical Overview |
---|---|
Azure Pipeline | |
Coverage | |
Maintainability | |
Security Rating | |
Vulnerabilities | |
Release | |
Chocolatey |
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.ApplicationInsights (>= 2.17.0)
- Microsoft.Extensions.Configuration (>= 5.0.0)
- Microsoft.Extensions.Hosting (>= 5.0.0)
- Microsoft.Extensions.Logging (>= 5.0.0)
- Microsoft.Extensions.Options (>= 5.0.0)
- Microsoft.IdentityModel.Clients.ActiveDirectory (>= 5.2.8)
- Microsoft.VisualStudio.Services.Client (>= 16.170.0)
- Microsoft.VisualStudio.Services.ServiceEndpoints.WebApi (>= 16.170.0)
- Newtonsoft.Json (>= 12.0.3)
- Serilog (>= 2.10.0)
- System.Security.Principal.Windows (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
13.0.7 | 374 | 6/19/2023 |
13.0.6 | 159 | 6/15/2023 |
13.0.5 | 164 | 5/16/2023 |
13.0.4 | 150 | 5/12/2023 |
13.0.3 | 162 | 5/9/2023 |
13.0.2 | 159 | 5/8/2023 |
13.0.1 | 157 | 5/8/2023 |
13.0.0 | 153 | 5/5/2023 |
12.8.10 | 187 | 4/25/2023 |
12.8.9 | 177 | 4/18/2023 |
12.8.8 | 201 | 4/8/2023 |
12.8.7 | 208 | 4/6/2023 |
12.8.6 | 238 | 3/31/2023 |
12.8.5 | 226 | 3/31/2023 |
12.8.4 | 220 | 3/30/2023 |
12.8.3 | 209 | 3/30/2023 |
12.8.2 | 222 | 3/29/2023 |
12.8.1 | 237 | 3/20/2023 |
12.8.0 | 233 | 3/15/2023 |
12.7.1 | 234 | 3/15/2023 |
12.7.0 | 265 | 3/6/2023 |
12.6.2 | 237 | 3/6/2023 |
12.6.1 | 241 | 3/6/2023 |
12.6.0 | 241 | 3/6/2023 |
12.5.0 | 280 | 2/24/2023 |
12.3.11 | 266 | 2/24/2023 |
12.3.10 | 287 | 2/17/2023 |
12.3.9 | 281 | 2/17/2023 |
12.3.8 | 280 | 2/15/2023 |
12.3.7 | 299 | 2/12/2023 |
12.3.6 | 271 | 2/11/2023 |
12.3.5 | 272 | 2/10/2023 |
12.3.4 | 264 | 2/10/2023 |
12.3.3 | 273 | 2/10/2023 |
12.3.2 | 272 | 2/10/2023 |
12.3.1 | 279 | 2/10/2023 |
12.3.0 | 271 | 2/10/2023 |
12.2.1 | 286 | 2/9/2023 |
12.2.0 | 266 | 2/9/2023 |
12.1.1 | 277 | 2/9/2023 |
12.1.0 | 264 | 2/9/2023 |
12.0.38 | 263 | 2/8/2023 |
12.0.37 | 305 | 1/30/2023 |
12.0.36 | 360 | 12/1/2022 |
12.0.35 | 340 | 11/17/2022 |
12.0.34 | 361 | 11/17/2022 |
12.0.33 | 370 | 11/11/2022 |
12.0.32 | 368 | 11/9/2022 |
12.0.31 | 388 | 10/27/2022 |
12.0.30 | 418 | 10/27/2022 |
12.0.29 | 464 | 10/21/2022 |
12.0.28 | 474 | 10/13/2022 |
12.0.27 | 454 | 10/10/2022 |
12.0.26 | 462 | 10/10/2022 |
12.0.25 | 488 | 10/10/2022 |
12.0.24 | 446 | 10/7/2022 |
12.0.23 | 456 | 10/3/2022 |
12.0.22 | 472 | 9/30/2022 |
12.0.21 | 445 | 9/28/2022 |
12.0.20 | 473 | 9/23/2022 |
12.0.19 | 473 | 9/23/2022 |
12.0.18 | 521 | 9/22/2022 |
12.0.17 | 455 | 9/21/2022 |
12.0.16 | 493 | 9/16/2022 |
12.0.15 | 492 | 9/15/2022 |
12.0.11 | 485 | 7/26/2022 |
12.0.10 | 481 | 7/20/2022 |
12.0.9 | 490 | 7/20/2022 |
12.0.8 | 477 | 7/20/2022 |
12.0.7 | 478 | 7/15/2022 |
12.0.6 | 483 | 7/5/2022 |
12.0.5 | 469 | 7/5/2022 |
12.0.4 | 486 | 7/3/2022 |
12.0.3 | 506 | 6/25/2022 |
12.0.2 | 476 | 6/23/2022 |
12.0.1 | 491 | 6/20/2022 |
12.0.0 | 489 | 6/19/2022 |
11.12.23 | 516 | 6/6/2022 |
11.12.22 | 482 | 5/10/2022 |
11.12.21 | 499 | 4/22/2022 |
11.12.20 | 662 | 4/11/2022 |
11.12.19 | 492 | 4/9/2022 |
11.12.18 | 496 | 4/4/2022 |
11.12.17 | 516 | 4/1/2022 |
11.12.16 | 502 | 3/23/2022 |
11.12.14 | 492 | 3/11/2022 |
11.12.13 | 519 | 3/10/2022 |
11.12.12 | 493 | 3/10/2022 |
11.12.11 | 501 | 3/9/2022 |
11.12.10 | 502 | 3/9/2022 |
11.12.9 | 503 | 3/9/2022 |
11.12.8 | 502 | 3/9/2022 |
11.12.7 | 491 | 3/7/2022 |
11.12.6 | 492 | 3/6/2022 |
11.12.4 | 505 | 3/4/2022 |
11.12.3 | 516 | 3/3/2022 |
11.12.2 | 483 | 3/3/2022 |
11.12.1 | 515 | 3/3/2022 |
11.12.0 | 501 | 3/3/2022 |
11.11.27 | 507 | 2/19/2022 |
11.11.26 | 527 | 2/1/2022 |
11.11.25 | 519 | 1/23/2022 |
11.11.24 | 515 | 1/17/2022 |
11.11.23 | 363 | 12/10/2021 |
11.11.22 | 343 | 12/10/2021 |
11.11.21 | 385 | 11/5/2021 |
11.11.20 | 365 | 11/5/2021 |
11.11.19 | 364 | 11/4/2021 |
11.11.18 | 432 | 9/30/2021 |
11.11.17 | 372 | 9/23/2021 |
11.11.16 | 426 | 9/8/2021 |
11.11.15 | 411 | 9/8/2021 |
11.11.13 | 397 | 9/8/2021 |
11.11.12 | 381 | 9/4/2021 |
11.11.11 | 381 | 9/4/2021 |
11.11.10 | 369 | 8/24/2021 |
11.11.9 | 368 | 8/17/2021 |
11.11.8 | 385 | 8/15/2021 |
11.11.7 | 391 | 8/4/2021 |
11.11.6 | 392 | 8/3/2021 |
11.11.5 | 411 | 7/22/2021 |
11.11.4 | 415 | 7/21/2021 |
11.11.3 | 420 | 7/19/2021 |
11.11.2 | 407 | 7/16/2021 |
11.11.1 | 421 | 7/6/2021 |
11.11.0 | 435 | 7/6/2021 |
11.10.1 | 388 | 7/6/2021 |
11.10.0 | 386 | 7/4/2021 |
11.9.55 | 406 | 7/4/2021 |
11.9.54 | 419 | 7/4/2021 |
11.9.53 | 419 | 7/3/2021 |
11.9.52 | 450 | 7/2/2021 |