I am asking because I am migrating from FogBugz 6 to Fogbugz 7 on my own server. I already have a custom product backlog built with a custom table and PHP page for FogBugz 6. So I already have a ixBug and rank for all the bugs in my backlog. I would like to be able to write some SQL to move that data over.
|
1
|
It will be in a Plugin specific table. Once you have the backlog plugin installed, look at the plugin number (ixPlugin) and then look in your db for the tabled named Plugin_[id]_* (where * could be a number of things). |
|||
|