2 つの Azure DevOps 組織間で作業項目を移行しようとしています。以下のエラーが表示されます。認証が検証された直後に表示されます。「すべてのノードを移行する」と何かのようです。誰でもこれを回避する方法について何か考えがありますか?
22:22:31.794 -05:00 [INF] プロセッサの実行前にすべてのノードを移行しています。2021-06-06 22:22:32.076 -05:00 [DBG] NodeStructureEnricher.MigrateAllNodeStructures (偽、[]) 2021-06-06 22:22:32.079 -05:00 [DBG] NodeStructureEnricher.ProcessCommonStructure (エリア、エリア) 2021-06-06 22:22:32.120 -05:00 [FTL] WorkItemMigration System.InvalidOperationException の実行中にエラーが発生しました: シーケンスには、MigrationTools の System.Linq.Enumerable.First[TSource](IEnumerable`1 source) に要素が含まれていません。 D:\a\1\s\src\MigrationTools.Clients.AzureDevops.ObjectModel\ProcessorEnrichers\TfsNodeStructure.cs:MigrationTools.Enrichers の 299 行目の Enrichers.TfsNodeStructure.ProcessCommonStructure(String treeTypeSource, String sourceTarget, String treeTypeTarget, String projectTarget) D:\a\1\s\src\MigrationTools.Clients の .TfsNodeStructure.MigrateAllNodeStructures()。
私の設定ファイルは以下の通りです:
{ "Version": "11.9", "LogLevel": "Verbose", "TelemetryEnableTrace": true, "ChangeSetMappingFile": null, "Source": {
"$type": "TfsTeamProjectConfig",
"Collection": "https://dev.azure.com/source/",
"Project": "project",
"PersonalAccessToken": "patsource",
"LanguageMaps": {
"AreaPath": "Area",
"IterationPath": "Iteration"
} }, "Target": {
"$type": "TfsTeamProjectConfig",
"Collection": "https://dev.azure.com/target/",
"Project": "project",
"ReflectedWorkItemIDFieldName": "Custom.ReflectedWorkItemId",
"PersonalAccessToken": "pattarget",
"LanguageMaps": {
"AreaPath": "Area",
"IterationPath": "Iteration"
} }, "FieldMaps": [], "MappingTools": [], "GitRepoMapping": null, "Endpoints": {
}, "Processors": [
{
"$type": "WorkItemMigrationConfig",
"Enabled": true,
"ReplayRevisions": false,
"PrefixProjectToNodes": false,
"UpdateCreatedDate": true,
"UpdateCreatedBy": true,
"BuildFieldTable": false,
"AppendMigrationToolSignatureFooter": false,
"WIQLQueryBit": "",
"WIQLOrderBit": "[System.ChangedDate] desc",
"LinkMigration": true,
"AttachmentMigration": true,
"AttachmentWorkingPath": "c:\\temp\\WorkItemAttachmentWorkingFolder\\",
"FixHtmlAttachmentLinks": false,
"SkipToFinalRevisedWorkItemType": true,
"WorkItemCreateRetryLimit": 5,
"FilterWorkItemsThatAlreadyExistInTarget": false,
"PauseAfterEachWorkItem": false,
"AttachmentMaxSize": 480000000,
"CollapseRevisions": false,
"LinkMigrationSaveEachAsAdded": false,
"GenerateMigrationComment": false,
"NodeBasePaths": [],
"WorkItemIDs": null
} ] }