Page 1 of 1

Reporter Can see only his Issue

Posted: 06 Feb 2013, 07:01
by shashi1
Hi,

1 } How can reporter/updater/developer (or only Reporter or vise verse ) see only his/her Issues . -- I know there is View status public and private .. but the thing is that .. i have given Capability ( Handle an issue ) to Reporter hence if i make View Status as a Private then ADMIN cant assign any issue to Reporter ( showing Access Dined message ) .. my point his ADMIN has Full right then why such type of message seen ..

2 } Can i give Permission to manager to LOG an Issues on behalf of any other User( reporter or updater or developer ) --- ( as admin don't have access to Password of users hence any way that Manager or admin can Log an issues on behalf of resp users ( reporter or updater or developer ).

Please help me out ..

Thanks

Re: Reporter Can see only his Issue

Posted: 07 Feb 2013, 04:51
by shashi1
Any one here ?... kindly let me know the solution for above ...

Re: Reporter Can see only his Issue

Posted: 07 Feb 2013, 05:46
by atrol
1)
Add the following line to file config_inc.php

Code: Select all

$g_limit_reporters = ON;
2)
Option 1: Use this plugin http://www.mantisbt.org/wiki/doku.php/m ... omreporter
Option 2: Create the issues, edit the issue by clicking on "Edit" when viewing, click "Edit" right beside the reporter name

Please don't mix topics in one thread.

Re: Reporter Can see only his Issue

Posted: 07 Feb 2013, 06:09
by shashi1
@ atrol thanks for your reply .. what u said is right
1)
Add the following line to file config_inc.php

Code: Select all
$g_limit_reporters = ON;
and i have tried that part but i think u didn't got my question properly dear .. the thing is that ..i have given Capability ( Handle an issue ) to Reporter hence if i make $g_limit_reporters = ON then ADMIN cant assign any issue to Reporter ( showing Access Dined message ) ..


second point i will try ..

Thanks

Re: Reporter Can see only his Issue

Posted: 07 Feb 2013, 12:34
by shashi1
any one ?

Re: Reporter Can see only his Issue

Posted: 07 Feb 2013, 21:15
by atrol