ValidatingRequiredField: Code Review Request does not contain #1878
Replies: 3 comments 7 replies
-
Those are hidden work item types that you cant edit. You would need to filter them out with the query! |
Beta Was this translation helpful? Give feedback.
-
Getting a similar error. "Shared Parameter" is in the default work item filter query, but it still shows up in a validation error. |
Beta Was this translation helpful? Give feedback.
-
This is caused by work item type validation. It validates all work item types, not just the ones, that will be migrated. The cause for this is, that getting work item types which will be really migrated took a lot of time. Couple of minutes in my case and it was only 10k work items. In another project, we have more than 40k work items. Please read my comment in this discussion how to configure it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have some issues when using "Custom.ReflectedWorkItemId" as "ReflectedWorkItemIDFieldName"
I get these errors:
But I don't have any work item types named "Code Review Request", "Code Review Response" or "Shared Parameter" - or do I?
Are those hidden work item types? How do I fix that?
If I instead try to use
"ReflectedWorkItemIDFieldName": "Microsoft.VSTS.Build.IntegrationBuild"
I get this:System.InvalidOperationException: ReflectedWorkItemIDField Field Missing
Beta Was this translation helpful? Give feedback.
All reactions