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
The WorkItemMigrationContext processor is used for migrating work items from one Azure DevOps instance to another. This encompasses a variety of activities:
Transferring Work Items Between Instances: The primary purpose of the processor is to transfer work items, including bugs, tasks, user stories, features, and more, from one Azure DevOps instance to another.
Migrating Work Item History: The processor can also replicate the entire revision history of work items, providing continuity and maintaining a record of changes.
Migrating Attachments and Links: The processor can transfer any attachments or links associated with work items. This includes both external links and internal links to other work items.
Updating Metadata: If configured, the processor can update the "Created Date" and "Created By" fields on migrated work items to match the original items in the source instance.
Filtering Work Items: The processor can be configured to only migrate certain work items based on their area or iteration paths.
Overall, the WorkItemMigrationContext processor is a comprehensive tool for transferring work items and their associated data and metadata between Azure DevOps instances. It should be used whenever there is a need to move work items between instances while preserving as much information as possible.
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
-
TfsWorkItemMigrationProcessor
The
WorkItemMigrationContext
processor is used for migrating work items from one Azure DevOps instance to another. This encompasses a variety of activities:Overall, the
WorkItemMigrationContext
processor is a comprehensive tool for transferring work items and their associated data and metadata between Azure DevOps instances. It should be used whenever there is a need to move work items between instances while preserving as much information as possible.https://nkdagility.com/learn/azure-devops-migration-tools/Reference/Processors/TfsWorkItemMigrationProcessor/
Beta Was this translation helpful? Give feedback.
All reactions