Replies: 2 comments 3 replies
-
I'm having the same issue, any help is appreciated thanks |
Beta Was this translation helpful? Give feedback.
1 reply
-
@satano, do you have an idea... its likely from the work that you did in this area. |
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
-
Hi everyone,
I started a simple test project with basic configuration using 16.0.8 and noticed I am getting null reference exception. According to the Stacktrace it seems to me ValidateAllUsersExistOrAreMapped is always called but without the option for user mappings configured it probably cannot get the identities or their fields?
Side question: Is it "ok" to migrate without user mappings or does it lead to problems in the target?
Best,
Chris
System.NullReferenceException: Object reference not set to an instance of an object.
at MigrationTools.Processors.TfsWorkItemMigrationProcessor.ValidateAllUsersExistOrAreMapped(List`1 sourceWorkItems) in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools.Clients.TfsObjectModel\Processors\TfsWorkItemMigrationProcessor.cs:line 232
at MigrationTools.Processors.TfsWorkItemMigrationProcessor.InternalExecute() in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools.Clients.TfsObjectModel\Processors\TfsWorkItemMigrationProcessor.cs:line 130
at MigrationTools.Processors.Infrastructure.Processor.Execute() in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools\Processors\Infrastructure\Processor.cs:line 99
Beta Was this translation helpful? Give feedback.
All reactions