Import tickets from Kayako

Moderator: crythias

Locked
soos
Znuny newbie
Posts: 38
Joined: 12 Mar 2014, 11:53
Znuny Version: 3.3.1
Real Name: O

Import tickets from Kayako

Post by soos »

Hi,

I'm looking for a way to import tickets, we're moving from Kayako to OTRS and we need to have some searchable history, the quality of the history isn't that important i.e. it's OK if attachments are missing or if notes are missing, but customer correspondence should be searchable.

Hope someone here has tried something similar?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Import tickets from Kayako

Post by jojo »

send the ticket as email to otrs or build a tool in kayako to create tickets via webservice in OTRS
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
soos
Znuny newbie
Posts: 38
Joined: 12 Mar 2014, 11:53
Znuny Version: 3.3.1
Real Name: O

Re: Import tickets from Kayako

Post by soos »

OK, is there a way I can change the date on the articles created?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Import tickets from Kayako

Post by jojo »

no
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
soos
Znuny newbie
Posts: 38
Joined: 12 Mar 2014, 11:53
Znuny Version: 3.3.1
Real Name: O

Re: Import tickets from Kayako

Post by soos »

Not even in the database?
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Import tickets from Kayako

Post by RStraub »

Well the MySQL table saves these attributes:
id tn title queue_id ticket_lock_id type_id service_id sla_id user_id responsible_user_id ticket_priority_id ticket_state_id customer_id customer_user_id timeout until_time escalation_time escalation_update_time escalation_response_time escalation_solution_time valid_id archive_flag create_time_unix create_time create_by change_time change_by


I'm pretty sure you can update the create_time_unix and create_time...
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Import tickets from Kayako

Post by jojo »

data is stored in several tables, so you really should not change anything manually!
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked