Page 1 of 1

notification of new reports

Posted: 29 Nov 2005, 11:40
by vrao
Hi,

I am using Mantis 0.19.1

What settings do I need to change so that someone is notified anytime a new bug/feature request is added to a project? Right now, unless someone chosoes 'advance report' and assigns it..no one gets notified.

I tried creating a generic developer account since config_inc.php has :
$g_notify_flags['new']['threshold_min'] = DEVELOPER;
$g_notify_flags['new']['threshold_max'] = DEVELOPER;

but nothing happens..the email doesnt get notified.

Also, is there a way to make sure 'reporters' cannot choose 'advanced view'. We dont want them to have the ability to assign tasks.

Thanks,

V

notification works

Posted: 29 Nov 2005, 12:07
by vrao
$g_notify_flags['new']['developer'] = ON;
did the trick

however, I would still like to know how to restrict which users can choose 'advanced report'

nevermind..

Posted: 29 Nov 2005, 12:18
by vrao
there is a checbox

duh

restricting advanced reporting

Posted: 06 Jan 2006, 11:13
by mikecouk
hmmm, can't seem to get "simple reporting only" working. The user I'm referring to can still to an advanced report, and therefore assign a bug to a particular user, which we don't want.
I've got all 3 box uncheked in the users settings under "manage users" ;

Advanced Report ( unticked )
Advanced View ( unticked )
Advanced Update ( unticked )

Am I missing something !?

Mike