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

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
kmet
Posts: 13
Joined: 13 Apr 2005, 10:37

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

Post 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
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

I think that this is in the tracker as #5534. No solution yet :(
Post Reply