Notifications on new bug

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
airka
Posts: 15
Joined: 25 Jan 2012, 10:08

Notifications on new bug

Post 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
edomal
Posts: 12
Joined: 31 Jan 2012, 07:58

Re: Notifications on new bug

Post by edomal »

have you set the account configuration correctly?
istvanb
Posts: 226
Joined: 22 Aug 2010, 21:00

Re: Notifications on new bug

Post 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.
Post Reply