Custom.ReflectedWorkItemId not found even though it's there #1295
-
If you look at the log you can see this query: SELECT [System.Id], [Custom.ReflectedWorkItemId] FROM WorkItems WHERE [System.TeamProject] = 'arotest' AND System.WorkItemType = 'Impediment' AND Custom.ReflectedWorkItemId < '9999' ORDER BY [System.ChangedDate] desc I reference Custom.ReflectedWorkItemId, so obviously it's present. My config [12:42:12 DBG] WorkItemQuery: TeamProjectCollection: https://dev.azure.com/345345345/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The key log here is "Impediment does not contain Custom.ReflectedWorkItemId" So on your new ("Target") DevOps system, the "Impediment" work item type is missing that field. My guess is that, if anything, you added this field to the "Source" DevOps, which isn't even required. Only the "Target" system needs this field added to all ticket types you are migrating. |
Beta Was this translation helpful? Give feedback.
The key log here is "Impediment does not contain Custom.ReflectedWorkItemId"
So on your new ("Target") DevOps system, the "Impediment" work item type is missing that field.
My guess is that, if anything, you added this field to the "Source" DevOps, which isn't even required. Only the "Target" system needs this field added to all ticket types you are migrating.