Is there any test suit (manual or automatic) for Bugzilla validation open to the public ? If I customize Bugzilla code, how could I validate it ?
Basic tests are in t/. They only test your code and do not interact with your DB at all. To run them, type: runtests.pl
More complex tests are available at http://git.mozilla.org/?p=bugzilla/qa.git;a=summary but be aware that these tests will heavily interact with your DB, and so shouldn't be used in a production environment. To use them, read
https://wiki.mozilla.org/Bugzilla:QA
I want to send a mail to each user giving a list of open issues on that day. Can you please help with configuring the same
I want to give product wise access to users.
Product User Access ABC Amol Yes XYZ Amol No PQR Manoj Yes
Currently when I click on the "New" bugzilla is showing all the created products.
Please help me to solve this issue.
Can someone explain how to configure "Enable tags for bugs" in 4.5.6 version of Bugzilla.