1

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.

flag

1 Answer

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).

link|flag
I see it now, thanks. – ScottD Dec 16 2009 at 23:47

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.