1

1

(Cross-posting from StackOverflow)

I'm attempting to import the contents of our Bugzilla 3.4.4 database into FogBugz 7.2.18. I've looked at the importBugzilla.php script, and commented out the two lines at the beginning that say to comment them out for the import. However, when attempt again, I continue to receive this message:

"An administrator must edit the importBugzilla2 file by hand to enable a Bugzilla import."

As this is now commented out in the script, I cannot figure out why I'm still getting this message. I grepped the fogbugz/ directory and couldn't find it anywhere else; that led me to think that maybe it's cached somewhere, but I can't track it down. Any suggestions?

flag

2 Answers

1

The file you want is:

/opt/fogbugz/src-Website/importBugzilla2.was

Edit that file and comment out the two lines. Once you've done this you need to rebuild FogBugz. You can do that by running the following command:

sudo /opt/fogbugz/bin/build.sh

Once this is done, hit the following URL in a browser:

http://[your_fogbugz_url]/importBugzilla.asp

Login as a site administrator and follow the instructions.

link|flag
Note: the latest version of importBuzilla2 (that is part of FogBugz 7.3.1) doesn't require that you uncomment those two lines or rebuild FogBugz. It also has lots of bug fixes. – Rob Sobers Jul 1 2010 at 19:20
0

Devshed's FogBugz case importer will mass import from Excell...

http://devshed.us/Products/FogBugzCaseImporter.aspx

(Please up vote this answer if you found it helpful)

link|flag
Irrelevant -- this issue is about importing from Bugzilla, not Excel (or even Excell.) – Jens Alfke Nov 15 2010 at 21:24

Your Answer

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