2021-06-01 12:20:20 +00:00
|
|
|
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
|
|
|
|
2018-01-08 15:29:34 +00:00
|
|
|
class Sequencer
|
|
|
|
class Sequence
|
|
|
|
module Import
|
|
|
|
module Zendesk
|
|
|
|
class Ticket < Sequencer::Sequence::Base
|
|
|
|
class Comment < Sequencer::Sequence::Base
|
|
|
|
|
|
|
|
def self.sequence
|
|
|
|
[
|
2021-06-23 11:35:27 +00:00
|
|
|
'Import::Zendesk::Ticket::Comment::UserId',
|
|
|
|
'Import::Zendesk::Common::ArticleSenderId',
|
|
|
|
'Import::Zendesk::Common::ArticleTypeId',
|
2018-01-08 15:29:34 +00:00
|
|
|
'Import::Zendesk::Ticket::Comment::From',
|
|
|
|
'Import::Zendesk::Ticket::Comment::To',
|
|
|
|
'Import::Zendesk::Ticket::Comment::Mapping',
|
|
|
|
'Import::Zendesk::Ticket::Comment::UnsetInstance',
|
|
|
|
'Common::ModelClass::Ticket::Article',
|
2021-08-12 12:04:45 +00:00
|
|
|
'Import::Common::Model::FindBy::MessageId',
|
2018-01-08 15:29:34 +00:00
|
|
|
'Import::Common::Model::Update',
|
|
|
|
'Import::Common::Model::Create',
|
|
|
|
'Import::Common::Model::Save',
|
|
|
|
'Import::Zendesk::Ticket::Comment::Attachments',
|
|
|
|
]
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|