I have been able to convert our current Bugs Database into a Excel or .CSV file. How can I upload these bugs into VSTS without manually entering in the information.
I have been able to convert our current Bugs Database into a Excel or .CSV file. How can I upload these bugs into VSTS without manually entering in the information.
Upload Bugs Database
goozbee
spkeller
haitham ibrahim
kidnapt
As kayers states, you would need to write a converter if you wish to keep the history, etc. There is a work item tracking object model documented in the Visual Studio Extensibility SDK March CTP (http://vsipdev.com), so you don't need to call the web services directly (using the OM is much more convenient).
Buck