How could the user change the Issue's status only

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
HomesicK
Posts: 21
Joined: 14 Oct 2010, 09:44

How could the user change the Issue's status only

Post by HomesicK »

hi guys,,

Reference to the above title, please how could I do such case,,to give the user a privilege to change the status only (new, closed, ...) without changing any other criteria of the issue ???

Thanks
Last edited by HomesicK on 31 Oct 2010, 10:31, edited 1 time in total.
Mantis: 1.2.4
PHP: 5.2.6
SQL: MySQL 5.0.51a
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: How could the user change the Issue's status only withou

Post by atrol »

This is not possible without changing code and / or writing plugin or custom validation functions.
To be honest I have no idea where this behaviour would make sense. Can you describe a use case for this?
Why should a user be able to change only the issue status without having the right to add a note where he can explain why status has been changed, without having the right to set the solution, ..... ?
Please use Search before posting and read the Manual
HomesicK
Posts: 21
Joined: 14 Oct 2010, 09:44

Re: How could the user change the Issue's status only withou

Post by HomesicK »

Dear atrol,

I just want him to not change the main criteria of the issue like issue's severity, Resolution,Priority ..etc ,, I wanna give the developer certain privileges to edit the criteria of the issue ,, he only responsible to resolve the bug and change the status of it and he could add any note without any privilege to change the issue itself.

Got the point ? :wink:
Mantis: 1.2.4
PHP: 5.2.6
SQL: MySQL 5.0.51a
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: How could the user change the Issue's status only withou

Post by atrol »

Using the following setting should be near to what you want
Goto page Manage -> Manage Configuration -> Workflow Thresholds
Disable checkbox at row "Update an issue" column "Developer"

Seems that you don't trust your developers :wink:
Please use Search before posting and read the Manual
HomesicK
Posts: 21
Joined: 14 Oct 2010, 09:44

Re: How could the user change the Issue's status only withou

Post by HomesicK »

Loool

Yes , I do not trust them :lol:
Mantis: 1.2.4
PHP: 5.2.6
SQL: MySQL 5.0.51a
Post Reply