Email notification level

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
dlpnet

Email notification level

Post by dlpnet »

Hello,

mantis 0.19

I ve only one project on Mantis and I created 2 manager users. I set one as the manager of the project and the other as a reporter for this specific project.

But both manager received all the emails of bug creation.

What I would like is that only:
- the manager of the project receive a mail notification
- the creator of the report receives email
- the assigned developper receives the email

My settings are:
$g_default_notify_flags = array('reporter' => OFF,
'handler' => OFF,
'monitor' => OFF,
'bugnotes' => OFF,
'threshold_min' => UPDATER,
'threshold_max' => NOBODY);

Thanks for your help,

Dlp
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

This feature was added in 1.0.0a2. You can now have different settings based on the project. You may also need to use private projects to prevent some users at the same level from being messaged about an uninteresting project.
Post Reply