diff options
Diffstat (limited to 'Bugzilla/Migrate/Gnats.pm')
-rw-r--r-- | Bugzilla/Migrate/Gnats.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/Migrate/Gnats.pm b/Bugzilla/Migrate/Gnats.pm index ff24f73b5..db628b7d5 100644 --- a/Bugzilla/Migrate/Gnats.pm +++ b/Bugzilla/Migrate/Gnats.pm @@ -67,8 +67,8 @@ use constant VALUE_MAP => { 'non-critical' => 'normal', }, bug_status => { - 'open' => 'NEW', - 'analyzed' => 'ASSIGNED', + 'open' => 'CONFIRMED', + 'analyzed' => 'IN_PROGRESS', 'suspended' => 'RESOLVED', 'feedback' => 'RESOLVED', 'released' => 'VERIFIED', |