How do i handle migrating Test Plans and Suites with assigned users that are gone? #2632
Unanswered
MerrickGhali
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can assign all Test Plans and Suits that are currently assigned to users that have left to users that you still there in the Source project? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello, running into an issue where I keep getting this error
"The identity value '{Redacted User Name}' for field 'Assigned To' is an unknown identity." because that user has left our company and is no longer in active directory. Same exact error message you would get if you tried to create any kind of work item in the UI and assign someone not present.
What I find odd is this works for me and successfully assigned that user that's gone when i ran TfsWorkItemMigrationProcessor for any work items they were assigned to.
This wouldn't be an issue if I could get the user mapping to work but when exporting users it either filters down to zero or today i started getting this error:
[16:12:02 FTL] [16.0.9] Error while running TfsExportUsersForMappingProcessor System.InvalidOperationException: Sequence contains more than one matching element at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable
1 source, Func2 predicate) at MigrationTools.Tools.TfsUserMappingTool.GetUsersInSourceMappedToTarget(TfsProcessor processor) in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools.Clients.TfsObjectModel\Tools\TfsUserMappingTool.cs:line 177 at MigrationTools.Tools.TfsUserMappingTool.GetUsersInSourceMappedToTargetForWorkItems(TfsProcessor processor, List
1 sourceWorkItems) in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools.Clients.TfsObjectModel\Tools\TfsUserMappingTool.cs:line 201at MigrationTools.Processors.TfsExportUsersForMappingProcessor.InternalExecute() in D:\a\azure-devops-migration-tools\azure-devops-migration-tools\src\MigrationTools.Clients.TfsObjectModel\Processors\TfsExportUsersForMappingProcessor.cs:line 55
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
Error logged to Elmah.io!
!! Check for latest version - We fix issues constantly - If not, please create a discussion on https://github.com/nkdAgility/azure-devops-migration-tools/discussions so we can get this fixed !!`
Any help or advice is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions