You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a request to have the ability to map users to try and maintain integrity across different systems. We added a TfsUserMappingEnricherthat allows you to map users from Source to Target... this is not free and takes some work. Runnin theExportUsersForMappingConfig` to get the list of users will produce:
Run ExportUsersForMappingConfig which will export all of the Users in Soruce Mapped or not to target.
Run WorkItemMigrationConfig which will run a validator by detail to warn you of missing users. If it finds a mapping it will convert the field...
##Notes
Applies to all identity fields specified in the list
It really sucks that we have to match on Display name! Email is included for internal matching
On 'ExportUsersForMappingConfigyou can setOnlyListUsersInWorkItems` to filter the mapping based on the scope of the query. This is greater if you have many users.
Both use the TfsUserMappingEnricherOptions setting in CommonEnrichersConfig to know what to do.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/nkdAgility/azure-devops-migration-tools/releases/tag/v15.0.1-Preview.1
There was a request to have the ability to map users to try and maintain integrity across different systems. We added a TfsUserMappingEnricher
that allows you to map users from Source to Target... this is not free and takes some work. Runnin the
ExportUsersForMappingConfig` to get the list of users will produce:##How it works
ExportUsersForMappingConfig
which will export all of the Users in Soruce Mapped or not to target.WorkItemMigrationConfig
which will run a validator by detail to warn you of missing users. If it finds a mapping it will convert the field...##Notes
you can set
OnlyListUsersInWorkItems` to filter the mapping based on the scope of the query. This is greater if you have many users.TfsUserMappingEnricherOptions
setting inCommonEnrichersConfig
to know what to do.Beta Was this translation helpful? Give feedback.
All reactions