Generaly works fine.
Everyone are notified (standard). Developer gets emails, when he is auto-assigned (by his category) and when someone makes him assigned by hand (new issue).
PROBLEM :
When I add following lines (i want all developers get also email on_new) :
$g_notify_flags['new']['threshold_min']=DEVELOPER;
$g_notify_flags['new']['threshold_max']=DEVELOPER;
developer doesn't receive email on (auto)assigned anymore . Assigning by hand is still working.
Above lines work fine - all developers start receive email_on_new.
Any ideas ?
config.inc.php:
.
.
.
$g_default_notify_flags = array('reporter' => ON,
'handler' => ON,
'monitor' => ON,
'bugnotes' => ON,
'threshold_min' => NOBODY,
'threshold_max' => NOBODY);
regards
email-notification problem on_(auto)assign (0.19.2),
Moderators: Developer, Contributor