If i download bugzilla software in modules folder will it work .How do i integrate this kind of softwares into drupal.how do i integrate bugzilla software into drupal.Is there any module.Are any other module has to be created for this.

http://www.bugzilla.org/

Thanks
pravs

Comments

apsivam’s picture

FYI: Drupal has a built in issue tracker module.
It will not work if you copy Bugzilla to modules directory. If you want to make Bugzilla work with Drupal you need to code a lot. Create a new module which will use Bugzilla as a backend for issue tracking.

--
Cheers,
Sivanandhan, P. (a.k.a. apsivam)

praveen kumar veeramalla’s picture

Thank you so much shivanandan,I have installed and enable them.If you have any documentation regarding how to use etc please let me know.R U from AP.I am the Hyderabadian

bovine’s picture

I've written a plugin for Bugzilla that enables it to cross-authenticate to a Drupal (MySQL) database.

https://bugzilla.mozilla.org/show_bug.cgi?id=444966

This plugin is not quite a single-sign-on implementation; ie: the Drupal cookies are not used, and you are required to re-enter your username/password.

Saibamen’s picture

Can you make this patch for BZ 4.X and Drupal 7.X?