ValidatingRequiredField: Code Review Request does not contain #1878
code-on-git
started this conversation in
General
Replies: 2 comments 3 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.
3 replies
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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