Reputation: 230326
I want to configure BugZilla to email me whenever an issue is assigned to one particular person. For example, if anything gets assigned to the user "[email protected]" I want to get an email telling me so.
Is it doable?
Upvotes: 0
Views: 692
Reputation: 1
Login to Bugzilla, select the Preferences link and then select the Email Preferences tab. The User watching field is near the bottom of the page right after the table of email preferences.
Upvotes: 0
Reputation: 4376
"Watch" the user in question. Any event that would trigger an email to them triggers an email to you.
See section 5.10.2 of http://www.bugzilla.org/docs/3.6/en/html/userpreferences.html
Fiddling around in Bugzilla::BugMail
to hardcode the behavior is probably something you don't want to do.
Upvotes: 1