Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source Jira: use updated_at instead of created_at for cursor values #4505

Closed
sherifnada opened this issue Jul 2, 2021 · 0 comments · Fixed by #5426
Closed

Source Jira: use updated_at instead of created_at for cursor values #4505

sherifnada opened this issue Jul 2, 2021 · 0 comments · Fixed by #5426

Comments

@sherifnada
Copy link
Contributor

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 value

@sherifnada sherifnada added type/enhancement New feature or request area/connectors Connector related issues lang/python labels Jul 2, 2021
@sherifnada sherifnada added this to the Connectors July 23, 2021 milestone Jul 9, 2021
@sherifnada sherifnada added the priority/high High priority label Jul 9, 2021
@po3na4skld po3na4skld self-assigned this Jul 9, 2021
@sherifnada sherifnada added priority/medium Medium priority and removed priority/high High priority labels Jul 9, 2021
vitaliizazmic added a commit that referenced this issue Aug 13, 2021
…s.started to fields.updated, update IssuesWorklogs slicing
vitaliizazmic added a commit that referenced this issue Aug 16, 2021
vitaliizazmic added a commit that referenced this issue Aug 31, 2021
vitaliizazmic added a commit that referenced this issue Sep 2, 2021
* Source Jira #4505 - change cursor field for Issues streams from fields.started to fields.updated, update IssuesWorklogs slicing

* Source Jira #4505 - reformat

* Jira #4505 - made issues worklog stream full refresh

* Jira #4505 - reformat

* Jira #4505 - bump version and updating documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment