diff --git a/bug_update.php b/bug_update.php index 6f1e1be4e1..f288875d14 100644 --- a/bug_update.php +++ b/bug_update.php @@ -365,6 +365,7 @@ # Handle automatic assignment of issues. if( $t_existing_bug->handler_id === NO_USER && $t_updated_bug->handler_id !== NO_USER && + $t_updated_bug->status == $t_existing_bug->status && $t_updated_bug->status < config_get( 'bug_assigned_status' ) && config_get( 'auto_set_status_to_assigned' ) ) { $t_updated_bug->status = config_get( 'bug_assigned_status' );