You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When default-iteration-path or default-area-path do not exist on the target project migration fails with uninformative error message - "Object reference not set to an instance of an object."
Instead - migrator should validate default-iteration-path or default-area-path and display meaningful errors if they don't.
The text was updated successfully, but these errors were encountered:
I debugged this, and it appears to be a VSTS issue. The migrator is just returning the error returned from the REST call. I'll dig further to see what I can fix on the VSTS side to handle this more gracefully.
just remove "default-iteration-path" and "default-area-path" properties migrator will detect the iterations and will do the migration according to the iterations automatically.
When default-iteration-path or default-area-path do not exist on the target project migration fails with uninformative error message - "Object reference not set to an instance of an object."
Instead - migrator should validate default-iteration-path or default-area-path and display meaningful errors if they don't.
The text was updated successfully, but these errors were encountered: