Re: Question!
John Reese <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.mantis.general |
|---|---|
| Organization | LeetCode.net |
| Message-ID | <[email protected]> |
On 03/27/2009 12:51 PM, Jorge Bastos wrote: > Hi people, > Just sign in :) > > One question, in Mantis 2.x is there a feature that I'm going to try to > explain: > --- > For bug #99124, I want to add emails of person's what I'd like to be > notified when the bug is resolved/closed. > --- > > This emails are just for this, I don't them to see the bug notes, and they > won't be able to register to mantis (because I just removed the > register.php). > Is there something like this? > > Thanks, > Jorge Well, if you are indeed talking about 1.2.x, the unreleased development version, there is a plugin system that should be able to add this feature for you: The plugin could add a form to the bug view pages allowing you to add email addresses; it could then hook the bug update events to check for the bug being closed, and then manually notify the email addresses specified. -- John Reese LeetCode.net ------------------------------------------------------------------------------