-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Sometimes the tool creates Empty workitems - no title, and set to new... no fields mapped #1961
Comments
I tried migrating less than 500 workitems at a time and it worked for me. When I try to migrate more than 1000, empty workitems are getting created |
Thats very odd @madhuripawar2212 as the number of items should be irrelevant to the issue.
|
How are you running the tool? - I am running the tool from local using Visual Studio code |
If it's working for batch sizes of 500 but not for 1000 then that would indicate a local computer issue. We have run batches of 15000 with no issues and I'm interested in figuring out why this issue happens. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days |
Hi MrHinsh, I can reproduce the error in VS. What information do you need? As far as I can see, the error arises when the TF library tries to load a revision of a work item with a type that doesn't exist anymore (The type of the work item has changed). And creating a mapping for the old type does not help.
|
It probably means that there is a casing mismatch for the mapping.... let me look and see.... |
Could it help to recreate the missing work item type in the source project? |
All work item types from the source must exist or be mapped in the target. At the moment there is certainly a casing issue with types that have "task" in the source and "Task" in the target. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days |
I am trying to migrate around 1600 workitems and when the migration is completed, Its creating empty workitems. Why this happens and how can I compare which workitems these are to compare with source
Originally posted by @madhuripawar2212 in #1955
We need someone with this issue to run a single specific work item with this issue in Visual Studio and try to diagnose this issue... we have been unable to replicate it.
HELP NEEDED - We are unable to replicate this! But it does happen!
Can someone with this error please run a specific work item that they find has this issue through the tool and do one of the following:
Option 1: Generate and attach Log - if you are non-technical this is your option. It might provide us with enough info to diagnose, but may only result in more asks.
LogLevel
toDebug
.Option 2: Debug in Visual Studio - This option is best but requires some developer experience.
Create a comment below with the results of your investigation!
The text was updated successfully, but these errors were encountered: