How to migrate Closed Items #1839
Unanswered
mmenninghaus
asked this question in
Q&A
Replies: 2 comments 7 replies
-
You should check your Source environment and see what is stored in the "ChangedBy" field. Even with BypassRules enabled, there are a set of things that MUST always be true:
Any of these items being broken will generate a SOAP error. |
Beta Was this translation helpful? Give feedback.
6 replies
-
Hmm, there must be a circumstance that the Changed By field gets emptied for you. Can you debug one of the work items in Visual Studio that is the issue? You can add the ID to the query to load just hat work item. |
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.
-
It ist not possible to migrate Closed Items. When I include them in my query it reads
System.Web.Services.Protocols.SoapException: VS403417: ChangedBy value cannot be empty when BypassRules is specified
According to System.Web.Services.Protocols.SoapException: VS403417: ChangedBy value cannot be empty when BypassRules is specified
it should be possible to explicitly bypass the rules. In addition, my log also reads for both, source and target organization.
[v14.3.7] TfsWorkItemMigrationClient::GetWorkItemStore(https://dev.azure.com/[organization name removed], BypassRules)
What am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions