Unable to assign tasks to reporters in Private Project

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
haseebraza
Posts: 26
Joined: 07 Mar 2019, 22:02

Unable to assign tasks to reporters in Private Project

Post by haseebraza »

I have a private project with 6 reporters and 1 manager when manager report an issue he can only assign the issue to himself and administrator but i want to give access to manager to assign that task to any reporter.
secondly, even administrator can also assign this task to only himself or to the manager of that project.
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Unable to assign tasks to reporters in Private Project

Post by cas »

Default within Mantis the minimum level required for this is DEVELOPER and this is handled via a setting which you can adjust.
The setting is:
$g_handle_bug_threshold = DEVELOPER;
Of course you can set this to REPORTER
Then make sure you add the following line to config\config_inc.php:
$g_handle_bug_threshold = REPORTER;
haseebraza
Posts: 26
Joined: 07 Mar 2019, 22:02

Re: Unable to assign tasks to reporters in Private Project

Post by haseebraza »

Issue is resolved. Thanks for your expensive time.
haseebraza
Posts: 26
Joined: 07 Mar 2019, 22:02

Re: Unable to assign tasks to reporters in Private Project

Post by haseebraza »

Hi,
i have upgraded from 2.1 to 2.5but the only issue i have is that in private/public there is no user listed but except of superuser/administrator
even i have changed value but it still not working.

/**
* access level needed to view private bugs
* Look in the constant_inc.php file if you want to set a different value
* @global integer $g_private_bug_threshold
*/
$g_private_bug_threshold = UPDATER;

/**
* access level needed to be able to be listed in the assign to field.
* @global integer $g_handle_bug_threshold
*/
$g_handle_bug_threshold = UPDATER;
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Unable to assign tasks to reporters in Private Project

Post by atrol »

haseebraza wrote: 22 Mar 2019, 14:35 i have upgraded from 2.1 to 2.5
Why 2.5 but not latest 2.20.0?
Please use Search before posting and read the Manual
haseebraza
Posts: 26
Joined: 07 Mar 2019, 22:02

Re: Unable to assign tasks to reporters in Private Project

Post by haseebraza »

Will update soon but currently working here in 2.5.1
haseebraza
Posts: 26
Joined: 07 Mar 2019, 22:02

Re: Unable to assign tasks to reporters in Private Project

Post by haseebraza »

Do you any solution fro this ?
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Unable to assign tasks to reporters in Private Project

Post by cas »

Check in config/config_inc.php the same setting is still available or did you change previous time in config_defaults_inc.php becuase then your setting has been overwritten during the upgrade.
Post Reply