reporter can not change the isuue status

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Bhagya
Posts: 2
Joined: 04 Sep 2007, 07:09
Location: Sri Lanka

reporter can not change the isuue status

Post 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.
zakman
Posts: 18
Joined: 04 Mar 2007, 21:16
Location: Cairo, Egypt

Post 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
Best Regards,
ZakMan
Bhagya
Posts: 2
Joined: 04 Sep 2007, 07:09
Location: Sri Lanka

Post 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
zakman
Posts: 18
Joined: 04 Mar 2007, 21:16
Location: Cairo, Egypt

Post by zakman »

Ok Bhagyna,

Then put in "config_inc.php"

$g_update_bug_status_threshold = REPORTER;
Best Regards,
ZakMan
Post Reply