Page 1 of 1

Notifications on new bug

Posted: 13 Mar 2012, 08:17
by airka
Hello,

I try to configure email notifications.
I want to send email notifications to every members of a project when a new bug is created.

I've configured my config_inc.php file like that :

$g_default_notify_flags['new']['threshold_min'] = REPORTER;
$g_default_notify_flags['new']['threshold_max'] = MANAGER;

And I checked "Status changes to new" in "Manage Configuration - Email Notifications".

Managers reveive the notifications, but reporters not.
Can you help me ?

Thanks
Airka

Re: Notifications on new bug

Posted: 13 Mar 2012, 08:36
by edomal
have you set the account configuration correctly?

Re: Notifications on new bug

Posted: 13 Mar 2012, 08:39
by istvanb
Try to set it at manage/manage configuration/email notifications

You will face troubles if you want to notify the reporters as well, since by default every user is a reporter in every project, which means EVERYBODY will recieve mails about the new issue even if they would never use that given project.