2022-01-01 13:38:12 +00:00
|
|
|
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
|
2021-10-20 09:43:35 +00:00
|
|
|
|
|
|
|
class Sequencer
|
|
|
|
class Unit
|
|
|
|
module Import
|
|
|
|
module Kayako
|
|
|
|
class Request < Sequencer::Unit::Common::Provider::Attribute
|
|
|
|
class Case < Sequencer::Unit::Import::Kayako::Request::Generic
|
|
|
|
def params
|
|
|
|
super.merge(
|
2022-04-22 14:40:18 +00:00
|
|
|
include: 'user,case_priority,case_status,channel,tag,case_type,case_field,field_option,locale_field',
|
2021-10-20 09:43:35 +00:00
|
|
|
fields: '+tags',
|
|
|
|
)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|