Page 1 of 1

email-notification problem on_(auto)assign (0.19.2),

Posted: 05 May 2005, 12:46
by kmet
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

Posted: 07 May 2005, 12:39
by thraxisp
I think that this is in the tracker as #5534. No solution yet :(