How to restrict the users to close the issues reported from them?
Summary 0015663:
How to restrict the users to close the issues reported from them?
Description Currently we have a scenario wherein - both onsite and offshore team will together report a issue into Mantis, both can verify the issues on the specified versions and move to subsequent Status,
we would like to restrict the Reporter to close the issues that are reported by only him and thereby not allowing to close the issue reported by others.
I am really sorry if this is repeated earlier, please let me know the solution.
Steps To Reproduce
[1] REPORTER-1 : Reports the issue for project "X"
[2] DEVELOPER-1 : Resolves the issue
[3] REPORTER-2 : Verifies the issue
Here the Reporter-2 should not be allowed to Close the issue,rather he can set the status to "Verified", which the REPORTER-1 will close.
How to restrict the users to close the issues reported from
Moderators: Developer, Contributor
Re: How to restrict the users to close the issues reported f
Add the following line to config_inc.php or use page Manage > Manage Configuration > Workflow Thresholds (row "Allow Reporter to close Issue")
Code: Select all
$g_allow_reporter_close = ON;