We are using “updated_at” field and “updated_since” filter to query updated/created resources.
However this field is not always updated, whenever we add/update a child resource.
Examples:
Tickets: adding a Conversation does update Ticket.Updated_at, but adding a Task does not update the field
Changes: adding Notes or Task to a Change does not update Change.Updated_at
Problems: adding Notes or Task does update Problem.Updated_at field
See attached screenshot - new Tasks were added to the Change, but rest api still shows 02.27. as updated_ad date.
Is this a known issue? Is there a way to reliably query tickets/changes/problems which have any child resource changes via the REST API?
