notification of new reports

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
vrao
Posts: 3
Joined: 29 Nov 2005, 11:37

notification of new reports

Post 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
vrao
Posts: 3
Joined: 29 Nov 2005, 11:37

notification works

Post 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'
vrao
Posts: 3
Joined: 29 Nov 2005, 11:37

nevermind..

Post by vrao »

there is a checbox

duh
mikecouk

restricting advanced reporting

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