Source Jira: use updated_at instead of created_at for cursor values #4505
Labels
area/connectors
Connector related issues
connectors/source/jira
connectors/sources-api
lang/python
priority/medium
Medium priority
type/enhancement
New feature or request
Milestone
Tell us about the problem you're trying to solve
A number of streams in the JIRA source leverage
created_at
fields for incremental sync. This is not great however because it means when a record is updated it is not picked up in the sync.Describe the solution you’d like
Use
updated_at
as the cursor valueThe text was updated successfully, but these errors were encountered: