Hello,
Is there a way of getting the Default view status to be Private when reporting an issue? However, the catch is that I only want this to apply to a particular project and not all the projects in my Mantis installation.
I am using version 1.0.5.
Thank you
Set default view status to Private on a project
Moderators: Developer, Contributor
Use a SQL client and execute the following query (check the name of the table and replace # by the project_id number):
INSERT INTO mantis_config_table (`config_id`, `project_id`, `user_id`, `access_reqd`, `type`, `value`) VALUES ('default_bug_view_status', #, 0, 90, 1, '50')
INSERT INTO mantis_config_table (`config_id`, `project_id`, `user_id`, `access_reqd`, `type`, `value`) VALUES ('default_bug_view_status', #, 0, 90, 1, '50')
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux