Page 1 of 1

reporter can not change the isuue status

Posted: 04 Sep 2007, 07:28
by Bhagya
Hi,

I have installed the Mantis Version 1.0.6 recently. Currently when i log in to the system as a Reporter i can not update the status of an issue. can someone tell me how allow a Reporter to change the issue status.

Thank You.

Bhagya.

Posted: 04 Sep 2007, 09:49
by zakman
put in "config_inc.php"

$g_update_bug_threshold= REPORTER;

which override $g_update_bug_threshold= UPDATER; in config_defaults_inc.php

Regards

Posted: 04 Sep 2007, 12:25
by Bhagya
Hi

Using this coding Reporter can only update an issue. But i want to allow the reporter to change a status (From New to Assigned, close, Feed back..etc) of an issue which he/she has reported

Thanks,

Bhagya

Posted: 04 Sep 2007, 20:57
by zakman
Ok Bhagyna,

Then put in "config_inc.php"

$g_update_bug_status_threshold = REPORTER;