Recent searches


No recent searches

Roman Panov's Avatar

Roman Panov

Joined Jun 30, 2022

·

Last activity Jun 30, 2022

Following

0

Followers

0

Total activity

2

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Roman Panov

Roman Panov commented,

CommentTicket management

Hi, There.

We are using Zendesk API to scrape tickets + comments. We found the incremental exports API available for tickets as well as for ticket events. To capture comments we are using the comment_events side-load with ticket events. We are using the same start time for tickets and events and then merging these 2 steams by ticket_id. We consider reaching the latest event when ticket.updated_by == ticket_event.created_by. 

The problem is that the Incremental Export events API doesn't return comment events for the "closed" tickets (as well as for "deleted"). There are comments if we hit the ticket comments API directly: https://{subdomain}.zendesk.com/api/v2/tickets/{ticket_id}/comments.

Is it a bug? Or our algorithm is wrong? Do we have to use different start_time for tickets and for the events?
Is there any way to get ticket comments from the Incremental Export events API for the "closed" / "deleted" tickets? 

View comment · Posted Jun 30, 2022 · Roman Panov

0

Followers

1

Vote

0

Comments