Use of g_bug_assigned_status

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
frank4all
Posts: 2
Joined: 19 Sep 2005, 14:31

Use of g_bug_assigned_status

Post by frank4all »

I've made my own lifecycle in which I do not want an issue automatically assigned to somebody. I'v tried with g_bug_assigned_status = OFF, but this is work in my case.

part of my config_inc.php:

$g_bug_assigned_status = X;
$g_auto_set_status_to_assigned = OFF;

Note: in the UI ( <server>/mantis/<project>manage_config_work_threshold_page.php ) I see that "Status to set auto-assigned issues to" is not set to X (even not after an update!).

I'm using mantis 1.0.0rc1

What do I need to disable the auto-assign (or how can I automatically reset the "assigned to" field? Thanks in advance.

Frank
frank4all
Posts: 2
Joined: 19 Sep 2005, 14:31

Solved with rc2

Post by frank4all »

My problem is solved by installing 1.0.0rc2
Post Reply