Azure DevOps Migration Tools - Work Item Migration Issue Report #2942
-
We need to migrate a project from Azure DevOps Service (cloud) to Azure DevOps Server 2022 (on-premise) using Azure DevOps Migration Tools version 16. The source project uses Basic process template with custom Bug and Error work item types added.
Included Work Item Types: Issue, Task, Epic, Bug, Error Current Issue: The migration tool fails during validation phase with the following error: Test work item types (Test Case, Test Plan, etc.) are missing the Custom.ReflectedWorkItemId field in the target system Configuration Details: WIQL Query: Configured to filter only the 5 required work item types and explicitly excludes test types Observed Behavior - Despite the configuration: The tool validates ALL work item types in the target project, not just those specified in the WIQL query Additional Request: Question: These types have the required field on both sides Problem:
Problem ALL :
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Disabling TfsWorkItemTypeValidatorTool setting will allow you to skip this validation. I had the same issue but was able to move ahead. Have you tried this?
|
Beta Was this translation helpful? Give feedback.
Disabling TfsWorkItemTypeValidatorTool setting will allow you to skip this validation. I had the same issue but was able to move ahead. Have you tried this?