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?
Import tickets from Kayako
Moderator: crythias
Re: Import tickets from Kayako
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Import tickets from Kayako
OK, is there a way I can change the date on the articles created?
Re: Import tickets from Kayako
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Import tickets from Kayako
Not even in the database?
-
- Znuny guru
- Posts: 2210
- Joined: 13 Mar 2014, 09:16
- Znuny Version: 6.0.14
- Real Name: Rolf Straub
Re: Import tickets from Kayako
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...
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
Re: Import tickets from Kayako
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com