Javier Pozuelo is tackling a date/time field syncing issue between Zendesk and Jira Data Center. The error “cannot convert value of type java.lang.string to timestamp” indicates a data format mismatch.
Javier recommends the Exalate documentation ([link to Exalate doc ON [invalid URL removed]]) which explains how to configure such synchronization, especially for date/time fields.
Here’s the plan:
Review the Doc: Learn how to transform Zendesk’s date/time string into a format compatible with Jira’s timestamp format.
Match Formats (Optional): If possible, ensure Zendesk and Jira use the same date/time format for these fields.
Test Thoroughly: If using scripts for transformation, test them before deploying to avoid further issues.
By following these steps and referring to the documentation, you should be able to get your date/time fields syncing smoothly between Zendesk and Jira Data Center.