I'm currently running self-hosted FB 6, but due to changing circumstances, "on demand" for Startup/Student is what I'd like to switch to.
Can I get my existing data imported into the "free" version?
|
2
|
I'm currently running self-hosted FB 6, but due to changing circumstances, "on demand" for Startup/Student is what I'd like to switch to. Can I get my existing data imported into the "free" version? |
|||
|
|
0
|
If it's in SQL Server, then the answer is "probably". If it's in any other DB, that would require developer time, so we can't offer that currently. |
||||||
|
|
0
|
Given that there is an API for FB and you have the schema for the old one, this could be a fairly straightforward tool to build. |
||
|
|
|
0
|
I have done exactly what you are trying to do with PHP, using a MyODBC connection to retrieve data from the existing database and the FogBugz API (using HTTP POST requests) to insert the cases into FogBugz. I was able to create cases as if they had been opened on the date and by the person who opened really opened them using the API, and resolve them as they were resolved in "real life." It's not a difficult problem, nor even particularly time-consuming. There are better languages to use than PHP, but I think anything that allows you to post requests will work (stay away from HTTP GET requests - you may run into problems with long bug descriptions!) |
||
|
|