Subscribe to All Bugs (source code modification)
Question:
"I'm a QA manager, and I want to be automatically notified by email of every new bug as it is submitted. Is that possible?"
Answer:
This is not currently supported in the user interface. If you use Licensed Fogbugz and want to modify the source code, you could edit CBug.asp (that's CBug.php in Unix and Mac), adding a function call to SendEmail in the Create function. Then, as each bug is created you would be notified by email.
