eMail notification issue
Posted: 26 Feb 2009, 13:09
Hi all,
I hope you won`t be too bored on answering questions about the eMail notification.
The problem:
I am trying to configure mantis that ONLY the reporter and developer are getting a notifications of the bug.
I really tried a lot but sometimes all reporters /developers get a notification sometimes only a few of them.
I checked out http://manual.mantisbt.org/manual.confi ... .email.php , searched the forum and googeled for howto`s or something
But I never came to the point where
- only Managers get notifications on new bugs
- only the guy who reported anything gets a notification on status-changes / questions of the developer /
- only the responsible developer gets a notification on allocation.
System information:
Mantis Version: 1.1.6
Server: Debain etch with apache2
DB: Mysql
Project stucture: Multiple private Projects, some with subprojects.
Users: Multiple Managers and administrators
My Config (the relevant parameters - imho) :
---
$g_mail_receive_own = OFF;
$g_default_notify_flags = array(
'reporter' => ON,
'handler' => ON,
'monitor' => ON,
'bugnotes' => OFF,
'threshold_min' => NOBODY,
'threshold_max' => ANYBODY
);
$g_notify_flags['new']['threshold_min'] = MANAGER;
$g_notify_flags['new']['threshold_max'] = MANAGER;
---
Did I forget paremeters or do I have to do somthing in the standard config?
Please let me know if I have forgot to post some further information.
Thank you for answering.
Grettings
Tobi
I hope you won`t be too bored on answering questions about the eMail notification.
The problem:
I am trying to configure mantis that ONLY the reporter and developer are getting a notifications of the bug.
I really tried a lot but sometimes all reporters /developers get a notification sometimes only a few of them.
I checked out http://manual.mantisbt.org/manual.confi ... .email.php , searched the forum and googeled for howto`s or something
But I never came to the point where
- only Managers get notifications on new bugs
- only the guy who reported anything gets a notification on status-changes / questions of the developer /
- only the responsible developer gets a notification on allocation.
System information:
Mantis Version: 1.1.6
Server: Debain etch with apache2
DB: Mysql
Project stucture: Multiple private Projects, some with subprojects.
Users: Multiple Managers and administrators
My Config (the relevant parameters - imho) :
---
$g_mail_receive_own = OFF;
$g_default_notify_flags = array(
'reporter' => ON,
'handler' => ON,
'monitor' => ON,
'bugnotes' => OFF,
'threshold_min' => NOBODY,
'threshold_max' => ANYBODY
);
$g_notify_flags['new']['threshold_min'] = MANAGER;
$g_notify_flags['new']['threshold_max'] = MANAGER;
---
Did I forget paremeters or do I have to do somthing in the standard config?
Please let me know if I have forgot to post some further information.
Thank you for answering.
Grettings
Tobi