How to restrict the users to close the issues reported from

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
spacomp
Posts: 14
Joined: 17 Jan 2012, 13:20

How to restrict the users to close the issues reported from

Post by spacomp »

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

Re: How to restrict the users to close the issues reported f

Post by atrol »

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;
Please use Search before posting and read the Manual
Post Reply