You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been having problems with the Zendesk importer. It seems that Zendesk API does not always have a ticket event for some comments which means some comments do not get imported. Additionally sometimes tickets events for closing a ticket do not exist which leaves us with a bunch of open tickets after importing.
Therefore changes will need to be made to make the importer look at the comments.json for each ticket and grab the comments from there instead of from ticket_events.json.
The text was updated successfully, but these errors were encountered:
nmoinvaz
added a commit
to nmoinvaz/importer
that referenced
this issue
Apr 25, 2018
We have been having problems with the Zendesk importer. It seems that Zendesk API does not always have a ticket event for some comments which means some comments do not get imported. Additionally sometimes tickets events for closing a ticket do not exist which leaves us with a bunch of open tickets after importing.
Therefore changes will need to be made to make the importer look at the comments.json for each ticket and grab the comments from there instead of from ticket_events.json.
The text was updated successfully, but these errors were encountered: