reassign but keep same status
Moderators: Developer, Contributor
reassign but keep same status
Is there any way to keep the assign to button on the view bug page from changing the status of the bug to assigned?
What are you trying to do?
If you want to pass an issue in feedback to someone else for more feedback, you can add the following to config_inc.php:
$g_status_enum_workflow[FEEDBACK] ='10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,80:resolved';
the default value is:
$g_status_enum_workflow[FEEDBACK] ='10:new,30:acknowledged,40:confirmed,50:assigned,80:resolved';
If you want to pass an issue in feedback to someone else for more feedback, you can add the following to config_inc.php:
$g_status_enum_workflow[FEEDBACK] ='10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,80:resolved';
the default value is:
$g_status_enum_workflow[FEEDBACK] ='10:new,30:acknowledged,40:confirmed,50:assigned,80:resolved';
matto, checkout the following configuration option:
Setting it to OFF doesn't set the status to assigned when an issue is assigned.
Code: Select all
# Automatically set status to ASSIGNED whenever a bug is assigned to a person.
# This is useful for installations where assigned status is to be used when
# the bug is in progress, rather than just put in a person's queue.
$g_auto_set_status_to_assigned = OFF;
Migrate your MantisBT to the MantisHub Cloud