Processors
Article
3 minutes to read
2024-11-25 09:22:03 +0000
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 |
AzureDevOpsPipelineProcessor | Beta | Pipelines |
Azure DevOps Processor that migrates Taskgroups, Build- and Release Pipelines. |
KeepOutboundLinkTargetProcessor | missing XML code comments | missing XML code comments |
missing XML code comments |
OutboundLinkCheckingProcessor | missing XML code comments | missing XML code comments |
missing XML code comments |
ProcessDefinitionProcessor | Beta | Pipelines |
Process definition processor used to keep processes between two orgs in sync |
TfsExportProfilePictureFromADProcessor | alpha | Profiles |
Downloads corporate images and updates TFS/Azure DevOps profiles |
TfsExportUsersForMappingProcessor | ready | Work Items |
ExportUsersForMappingContext is a tool used to create a starter mapping file for users between the source and target systems. Use |
TfsImportProfilePictureProcessor | alpha | Profiles |
Downloads corporate images and updates TFS/Azure DevOps profiles |
TfsSharedQueryProcessor | Beta | Queries |
The TfsSharedQueryProcessor enabled you to migrate queries from one locatio nto another. |
TfsTeamSettingsProcessor | Beta | Teams |
Native TFS Processor, does not work with any other Endpoints. |
TfsTestConfigurationsMigrationProcessor | Beta | Suites & Plans |
This processor can migrate |
TfsTestPlansAndSuitesMigrationProcessor | Beta | Suites & Plans |
Rebuilds Suits and plans for Test Cases migrated using the WorkItemMigration |
TfsTestVariablesMigrationProcessor | Beta | Suites & Plans |
This processor can migrate test variables that are defined in the test plans / suites. This must run before |
TfsWorkItemBulkEditProcessor | missing 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. |
TfsWorkItemDeleteProcessor | ready | WorkItem |
The |
TfsWorkItemMigrationProcessor | ready | Work Items |
WorkItemMigrationConfig is the main processor used to Migrate Work Items, Links, and Attachments. Use |
TfsWorkItemOverwriteAreasAsTagsProcessor | Beta | Work Item |
A common issue with older TFS/Azure DevOps instances is the proliferation of |
TfsWorkItemOverwriteProcessor | preview | Work Items |
Reapply field mappings after a migration. Does not migtate Work Items, only reapplied changes to filed mappings. |
WorkItemTrackingProcessor | missing XML code comments | missing XML code comments |
This processor is intended, with the aid of ProcessorEnrichers, to allow the migration of Work Items between two Endpoints. |
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,
}