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
Email notification level
Moderators: Developer, Contributor