Migrate ALL work items #2082
NormanGarciaV
started this conversation in
General
Replies: 1 comment 2 replies
-
Can you point to where in the documentation this is indicated? That is not correct and there should always be a query. The default generated query migrates all work items:
|
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi,
Having an issue.. the documentation indicates that to migrate all, the WIQLQuery should be empty, but it does not seem to be working. I tried:
"WIQLQuery": "",
"WIQLQuery": null,
Also tried adding a list all the IDs, but the error is the same, any help will be greatly appreciated. Thanks.
Error msg attached as well:
[13:31:36 INF] [v15.0.4] Querying items to be migrated: null ...
[13:31:36 INF] [v15.0.4] DONE in 00:00:00.0026199
[13:31:36 FTL] [v15.0.4] Error while running WorkItemMigration
System.Exception: You must specify a Query
at MigrationTools._EngineV1.Clients.WorkItemQueryBuilder.BuildWIQLQuery(IMigrationClient migrationClient) in D:\a\1\s\src\MigrationTools_EngineV1\Clients\WorkItemQueryBuilder.cs:line 36
at MigrationTools._EngineV1.Clients.TfsWorkItemMigrationClient.GetWorkItems(String WIQLQuery) in D:\a\1\s\src\MigrationTools.Clients.AzureDevops.ObjectModel_EngineV1\Clients\TfsWorkItemMigrationClient.cs:line 199
at VstsSyncMigrator.Engine.WorkItemMigrationContext.InternalExecute() in D:\a\1\s\src\VstsSyncMigrator.Core\Execution\MigrationContext\WorkItemMigrationContext.cs:line 177
at MigrationTools._EngineV1.Processors.MigrationProcessorBase.Execute() in D:\a\1\s\src\MigrationTools_EngineV1\Processors\MigrationProcessorBase.cs:line 50
Beta Was this translation helpful? Give feedback.
All reactions