Page 1 of 1

Email notification level

Posted: 24 May 2005, 15:03
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

Posted: 02 Jun 2005, 23:18
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.