0

I am attempting to import our Mantis database into our new FogBugz on demand account using Mantibugz, but I am having no success.

I sent an email to the author of Mantibugz but I haven't heard anything back from him, so I am hoping someone else has been able to use this utility.

Whenever we attempt to connect to our local Mantis database, we receive the following error:

Mantis Error

We are running Mantis version 1.2.4 with Database schema version 183.

flag

1 Answer

0

Unfortunately, I was never able to get MantiBugz working for me. After looking at the code, I determined that it didn't convert bug Notes from Mantis into FogBugz edits (aside from the error that is).

I ended up using the MantisConnect API:

http://sourceforge.net/projects/mantisconnect/develop

And the c# wrapper for FogBugz API:

http://asp.net2.aspfaq.com/fogbugz-csharp-api-wrapper.html

I then wrote a small c# console application that imported my Mantis DB into FogBugz while properly maintaining the bug notes and correctly mapping the old users to the new users in FogBugz.

link|flag

Your Answer

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