Browse Source

Fixes #2702 - Use assignee_id to set the ticket owner.

Denny Bresch 5 years ago
parent
commit
1c730e9154
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/sequencer/unit/import/zendesk/ticket/owner_id.rb

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

@@ -10,7 +10,7 @@ class Sequencer
             private
 
             def owner_id
-              user_map.fetch(resource.assignee, 1)
+              user_map.fetch(resource.assignee_id, 1)
             end
           end
         end