-
|
I've done a couple of test migrations from one Azure DevOps to another organisation DevOps having already migrated the Process. Everything transfers as expected except work items that USED to belong in a now deleted project. Some work items in my source once belonged to another project that has since been deleted. They contain a history record of them moving from the old project. |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 2 replies
-
|
I'm facing the same issue. |
Beta Was this translation helpful? Give feedback.
-
|
@MrHinsh : Maybe we can use a replace filter? |
Beta Was this translation helpful? Give feedback.
-
|
Output from run: |
Beta Was this translation helpful? Give feedback.
-
|
@MrHinsh - Any advice on this? I'm running into this issue as well. Except the project these work items that were migrated from still exist - but in a different org. |
Beta Was this translation helpful? Give feedback.
-
|
Hey all, I was using this tool to migrate a project from one org to another with one small caveat - about 200 work items had already been migrated from a project outside the organization I'm working in. Plus, the work items that had already been migrated once still existed in the old org. So although mine weren't from a project that had been deleted, I was getting the same error as @johnmuff . The work around for me was to alter the "maxrevisions" param to 1 (is defaulted to 0). Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
|
I am also getting this error. If anyone has any resolution or 'fix' that allows you to import these items (maybe without the history) I would appreciate it. |
Beta Was this translation helpful? Give feedback.
-
|
You can turn off history and it will only import the latest. The next easiest way to resolve this is for one of those with the error to debug and resolve it with a PR. |
Beta Was this translation helpful? Give feedback.
-
|
Hi all, im facing the same issue with version 15.2. I try to put the "maxrevisions" param in but it seems like not recognising it, is there any changes for this version? |
Beta Was this translation helpful? Give feedback.
-
|
Are there any news on this topic? We are currently experiencing the same issue. We are unsure if the setting for "ReplayRevisions" could be sufficient to solve this. |
Beta Was this translation helpful? Give feedback.
-
Unresolvable Limitation: Affected Work Items Cannot Be MigratedThere is no viable workaround. The TfsObjectModel cannot handle work items that were moved to another project when the original project has since been deleted. This results in a hard, internal exception within Microsoft’s implementation. These work items cannot be loaded, accessed, or processed by any available code path in the TFS Object Model. Impact: Required Action: A future version of the tooling, based on the REST API rather than the TfsObjectModel, is in development and is expected to avoid this limitation. |
Beta Was this translation helpful? Give feedback.

Unresolvable Limitation: Affected Work Items Cannot Be Migrated
There is no viable workaround.
The TfsObjectModel cannot handle work items that were moved to another project when the original project has since been deleted. This results in a hard, internal exception within Microsoft’s implementation.
These work items cannot be loaded, accessed, or processed by any available code path in the TFS Object Model.
Impact:
Any work item in this state is non-recoverable through the TfsObjectModel and cannot be included in the migration.
Required Action:
These work items must be explicitly excluded from all queries and migration scope.
A future version of the tooling, based on the REST API rath…