Entries from April 2010
Can email notification be set up to send to multiple people, some on the To List, CC List, BCC List etc?
Yes. Read More...
Is there email notification and if so, what do you see when you get an email? Do you see bug number and title or is it only the number?
Email notification is user-configurable. The bug id and Topic of the bug report accompany each email notification, along with a list of the changes made. Read More...
The index.html page doesn’t show the footer. It’s really annoying to have to go to the querypage just to check my “my bugs” link. How do I get a footer on static HTML pages?
It’s possible to get the footer on the static index page using Server Side Includes (SSI). The trick to doing this is making sure that your web server is set up to allow SSI and specifically, the #exec directive. You should also rename index.html to index.shtml. After you’ve done all that, you can add the Read More...
Does Bugzilla provide any reporting features, metrics, graphs, etc?
Yes. Look at http://link.fyicenter.com/view.php?ID=919 for basic reporting facilities. For more advanced reporting, I recommend hooking up a professional reporting package, such as Crystal Reports, and use ODBC to access the MySQL database. You can do a lot through the Query page of Bugzilla as well, but right now Advanced Reporting is much better accomplished through Read More...