Azure DevOps Migration Tools

v15.0.3

Azure DevOps Migration Tools

Overview
 › 
 › 
 › 
 › 

Processor Enrichers

Article

  

Less than 1 minute to read

  

2024-03-25 03:33:38 -0500

Processor Enrichers are run within the context of the ProcessorProcessor that they are configured for. Many Processor Enrichers are flexable, however there are also enrichers that only work with certain Processors.

Processor Enricher Processor(s) Description
PauseAfterEachItem Any TBA
AppendMigrationToolSignatureFooter WorkItem TBA
FilterWorkItemsThatAlreadyExistInTarget WorkItem TBA
SkipToFinalRevisedWorkItemType WorkItem TBA

Processor Pipline

  • ProcessorExecutionBegin
  • ProcessorExecutionAfterSource
  • ProcessorExecutionBeforeProcessWorkItem
  • ProcessorExecutionAfterProcessWorkItem
  • ProcessorExecutionEnd

Processor Enricher Options

All Processor Enrichers have a minimum set of options that are required to run.

Minimum Options to run

The Enabled options is common to all Processor Enrichers.

    {
      "ObjectType": "ProcessorEnrichersOptions",
      "Enabled": true,
    }
Project Details
Chocolatey GitHub release Build on VSTS

In this article