User Permission with MantisBT Version 1.2.15

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
amar.hegde
Posts: 2
Joined: 20 May 2015, 06:16

User Permission with MantisBT Version 1.2.15

Post by amar.hegde »

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?
atrol
Site Admin
Posts: 8573
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: User Permission with MantisBT Version 1.2.15

Post by atrol »

amar.hegde wrote: Is there a way to restrict a user to a specific project?
Set projects to "private" (check your project settings, I am quite sure they are "public" at the moment)
After that, assign individual users with individual roles (e.g. reporter, developer, manager, ....) to the project.
amar.hegde wrote:Along with that, we need the client employees to have access to only those issues they have raised.
Add this line to file config_inc.php to limit reporters to only viewing bugs that they report.

Code: Select all

	$g_limit_reporters			= ON;
Please use Search before posting and read the Manual
Post Reply