Hi All,
Is there a way to restrict a user to a specific project?
MantisBT Version 1.2.15
Schema Version 183
we have many project namely along A,B,C etc..for the project C, internal team and client team is working on.
We would like the client employees to be restricted(access permission) to a specific project 'C' and not A or B. Along with that, we need the client employees to have access to only those issues they have raised.
Please note: I would like the our internal team to have access to all the issue ,whether internally or external raised issues, because our internal team are the ones,who will fix those issues raised in mantis.
Is there any way I can do this? If not, any suggestions?
User Permission with MantisBT Version 1.2.15
Moderators: Developer, Contributor
Re: User Permission with MantisBT Version 1.2.15
Set projects to "private" (check your project settings, I am quite sure they are "public" at the moment)amar.hegde wrote: Is there a way to restrict a user to a specific project?
After that, assign individual users with individual roles (e.g. reporter, developer, manager, ....) to the project.
Add this line to file config_inc.php to limit reporters to only viewing bugs that they report.amar.hegde wrote:Along with that, we need the client employees to have access to only those issues they have raised.
Code: Select all
$g_limit_reporters = ON;