Hi,
We have a requirement wherein we want to give access to our clients on Mantis for tracking and logging the bugs. However, a criticality here is I don’t want them to see the bugs/ messages (or get the email alerts) that are recorded between our tester and developer during execution of the project. The client should only be able to see the bugs that they are logging in and the comments from developers/ testers against the bug mentioned by client. Please let me know if there is a workaround for this kind of access level in Mantis.
In short the requirement is:
Developer - Should be able to see/ comment on all the bugs from tester and client.
Tester - Should be able to see/ comment on all the bugs from developer and client.
Client - Cannot see the bugs posted by tester which is assigned to a developer. They can only see the bugs posted by them and response against it.
Harish
Access level for our customers
Moderators: Developer, Contributor
Re: Access level for our customers
You will need to use the following configuration:
Code: Select all
# --- limit reporters -------------
# Set to ON if you wish to limit reporters to only viewing bugs that they report.
$g_limit_reporters = ON;
Migrate your MantisBT to the MantisHub Cloud