By praveen kumar veeramalla on
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.
Thanks
pravs
Comments
FYI: Drupal has a built in
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)
Thank you so much
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
I've written a plugin for Bugzilla
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.
Can you make this patch for
Can you make this patch for BZ 4.X and Drupal 7.X?