Search code examples
perlbugzillaxml-twig

how to configure XML::Twig with bugzilla?


I want to import bugs in bugzilla db from xml file and i got error message after run the following command.

perl -T C:\bugzilla\bugzilla\importxml.pl -v C:\bugzilla\bugzilla\mybugs\bug.xml

"ERR: can not import these bugs because bug import is disabled here"

Now I found that XML::Twig module is only required to import XML bugs usin the importxml.pl script.

I've downloaded XML-Twig-3.39 from CPAN Download Page: http://search.cpan.org/dist/XML-Twig/

but i don't know how to configure it with bugzilla ?

any help would be appreciated.

Plz share your knowledge, if anyone knows?

Regards,


Solution

  • I found the solution.

    move-enabled radio button in bugzilla administration needs to turn on.

    Administration -> Parameters -> Bug Moving -> move-enabled.

    @simbabque: your comment was really helpful, and suggested tool PPM is really great. thanks.