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 of new reports
Moderators: Developer, Contributor
notification works
$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'
did the trick
however, I would still like to know how to restrict which users can choose 'advanced report'
-
mikecouk
restricting advanced reporting
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
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