TFS WorkItem Migration Processor #2481
Replies: 4 comments 12 replies
-
Is there a why to write recursive queries. For example, I need to migrate specific Epics and all children Work Items (direct and indirect) |
Beta Was this translation helpful? Give feedback.
-
This is a beautiful tool. Is there a way to do 20000 work items at a time? Like do the query by date or maybe by the year? We've got 64000 work items and it's failing because it says it can only do 20000 at a time. |
Beta Was this translation helpful? Give feedback.
-
I'm new at the whole migration/setup and tool(great one) but i keep coming across this error using the setup below...,... Any thoughts? Error....
Setup..... (to migrate only workItems/attachments/screenshots..etc)
|
Beta Was this translation helpful? Give feedback.
-
We are trying to do the migration of workitems from one azure devops org to another. The work items migrate correctly except for the embedded images. The image placeholders shows up in target workitem Description field but no images in target. When I look at html extract of target work item description field, the image url is pointing to source devops organization. Following is our processor config:
Can anyone please advise how to enable embedded image migration ?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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