'Unable to migrate work items from XML based project to Azure DevOps Services
I have added the ReflectedWorkItemID field to both the source and Target project (all the work item type templates).
But when I use the migration.exe, I see this error:
[14:31:54 ERR] Not all work items in scope contain a valid ReflectedWorkItemId Field! Microsoft.TeamFoundation.WorkItemTracking.Client.InvalidFieldValueException: Not all work items in scope contain a valid ReflectedWorkItemId Field!
Is this not supported?
Source Project: on-premise XML Based Project (Azure DevOPs Server 2019) Target Project: Associated to an inherited Process template in Azure DevOps Services
Solution 1:[1]
setState is a asynchronous function because of which you are getting NaN. Try setting up every state using res variable and not using this.state .
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Hritik Sharma |
