Processors
Article
3 minutes to read
2024-09-06 09:35:04 +0100
We provide a number of Processors that can be used to migrate diferent sorts of data. These processors are the original traditional processors.
Name | Status | Target | Usage |
CreateTeamFolders | alpha | Shared Queries |
Creates folders in Sared Queries for each Team |
ExportProfilePictureFromADContext | alpha | Profiles |
Downloads corporate images and updates TFS/Azure DevOps profiles |
ExportTeamList | missng XML code comments | missng XML code comments |
missng XML code comments |
ExportUsersForMapping | missng XML code comments | missng XML code comments |
missng XML code comments |
ExportUsersForMappingContext | ready | Work Items |
ExportUsersForMappingContext is a tool used to create a starter mapping file for users between the source and target systems. Use |
FakeProcessor | missng XML code comments | missng XML code comments |
Note: this is only for internal usage. Don’t use this in your configurations. |
FixGitCommitLinks | missng XML code comments | missng XML code comments |
missng XML code comments |
ImportProfilePictureContext | alpha | Profiles |
Downloads corporate images and updates TFS/Azure DevOps profiles |
TeamMigrationContext | preview | Teams |
Migrates Teams and Team Settings: This should be run after |
TestConfigurationsMigrationContext | Beta | Suites & Plans |
This processor can migrate |
TestPlansAndSuitesMigrationContext | Beta | Suites & Plans |
Rebuilds Suits and plans for Test Cases migrated using the WorkItemMigration |
TestVariablesMigrationContext | Beta | Suites & Plans |
This processor can migrate test variables that are defined in the test plans / suites. This must run before |
WorkItemBulkEditProcessor | missng XML code comments | WorkItem |
This processor allows you to make changes in place where we load from teh Target and update the Target. This is used for bulk updates with the most common reason being a process template change. |
WorkItemDelete | ready | WorkItem |
The |
WorkItemMigrationContext | ready | Work Items |
WorkItemMigrationConfig is the main processor used to Migrate Work Items, Links, and Attachments. Use |
WorkItemPostProcessingContext | preview | Work Items |
Reapply field mappings after a migration. Does not migtate Work Items, only reapplied changes to filed mappings. |
WorkItemQueryMigrationContext | preview | Shared Queries |
This processor can migrate queries for work items. Only shared queries are included. Personal queries can’t migrate with this tool. |
WorkItemUpdateAreasAsTagsContext | Beta | Work Item |
A common issue with older TFS/Azure DevOps instances is the proliferation of |
Processor Options
All processors have a minimum set of options that are required to run.
Minimum Options to run
The Enabled
options is common to all processors.
{
"$type": "ProcessorConfig",
"Enabled": true,
}