I am looking for a script and/or examples of scripts for bulk importing/inserting bugs into a new installation of bugzilla 4.
We are moving from an old DevTrack and need all our bugs inserted.
Our old system is MS SQL based, and I see all the bugs.
The only think I could find on the web is this API frmo Bugzilla (I assume I need to write a perl script and run it on the Bugzilla system - http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/Migrate.html
- udpate: search on google with the words: import bugs to bugzilla - returned some helpful answers. Will see if that solves my problem.