Browse Source

Fixed issue #2439 - Import 'On-hold' status

anuzhin 6 years ago
parent
commit
1dada055ce
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/sequencer/unit/import/zendesk/ticket/state_id.rb

+ 1 - 0
lib/sequencer/unit/import/zendesk/ticket/state_id.rb

@@ -22,6 +22,7 @@ class Sequencer
                 'pending' => 'pending reminder',
                 'solved'  => 'closed',
                 'deleted' => 'removed',
+                'hold'    => 'open'
               }.freeze
             end
           end