I've written a custom Work Item Type, Which has its own workflow transition. This custom WIT reflects a defect type from a legacy system. The premise is to export the defects from the legacy system into an excel sheet, merge it with a TFS-Query based excel sheet and import (publish) the same into TFS 2010.
This approach seems to work, provided all the WI have their STATE as PROPOSED. But when I try to import a WI directly into RESOLVED or CLOSED state, A Workflow exception is rightly raised.
Since i'am transitioning a count of 1400 WI from one live environment (legacy system) to another (TFS) and with each of these WI in different STATES, I need a simple import without the restrictions of the Workflow.
If you have faced this issue before, Please advice what would be the best possible way to approach this problem.
Regards, Ben Salins