Replies: 1 comment 1 reply
-
That will not work. We move all fields that match between source and target. Generally the only way this error happens is if you have an explicit fieldmap for a field that does not exist. |
Beta Was this translation helpful? Give feedback.
1 reply
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 am running through the steps on pinned discussion regarding migrating test cases with shares steps and parameters, most of the things are working fine.
However when I try to sync shared parameters I run into a problem. The creation on the target fails with the exception:
Microsoft.TeamFoundation.WorkItemTracking.Client.FieldDefinitionNotExistException: TF26027: A field definition System.ClosedDate in the work item type definition file does not exist. Add a definition for this field or remove the reference to the field and try again.
I take it that Shared Parameters simply do not have a System.ClosedDate value that can be set. Why it tries to set a value that doesn't exist from the source I am not sure.
To remedy this I have tried to enter a FieldToSkipMapConfig on that particular target but it doesn't seem to work either. Have anyone managed to sync over Shared Parameters correctly?
Beta Was this translation helpful? Give feedback.
All reactions