Page 1 of 1

Unable to change the Setting as administrator user

Posted: 19 Jan 2018, 03:26
by manokugan
I m the user having admin rights but I m unable to change the configuration settings in workflow thresholds. Please let me know of the config files I need to change inorder to be able to edit this .

TIA .

PFA for more details

Re: Unable to change the Setting as administrator user

Posted: 19 Jan 2018, 11:01
by cem
Hello ! If i understood you correctly : change the files config.php in the folder "config"
Normally the default settings are (cf.files "config_defaults_inc.php") :

Code: Select all

$g_move_bug_threshold = DEVELOPER;
Maybe, in your files "config.php", one day you had changed with this:

Code: Select all

$g_move_bug_threshold = ADMINISTRATOR;
Because if i test with this configuration, i have the same result as you.

So, change in your "config.php" files by this :

Code: Select all

$g_move_bug_threshold = DEVELOPER;
In the hope that I have given a satisfactory response !

Re: Unable to change the Setting as administrator user

Posted: 20 Jan 2018, 09:14
by atrol
You are trying to set "Move an issue" for the single project "POEMS 2.0".
This is not possible, it can just be set for "ALL PROJECTS" as more than one project is affected by this setting.

Re: Unable to change the Setting as administrator user

Posted: 22 Jan 2018, 08:51
by manokugan
atrol wrote:You are trying to set "Move an issue" for the single project "POEMS 2.0".
This is not possible, it can just be set for "ALL PROJECTS" as more than one project is affected by this setting.
Thanks i resolved it