We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary
Toggl will soon deprecate their v9 API. See https://engineering.toggl.com/changes/2022/10/01/api-v8-deprecation/index.html
As far as I can tell, toggl2redmine only relies on the time entries fetching API endpoint, which is impacted by the introduced breaking changes. See https://engineering.toggl.com/docs/additional/v8_migration_guide/index.html#time-entries
Searching for "v8" in the code base only yields minimal occurences. See https://github.com/search?q=repo%3Ajigarius%2Ftoggl2redmine%20v8&type=code
To do
Replace calls to the deprecated API endpoint with the new v9 endpoint with the necessary adaptations.
The text was updated successfully, but these errors were encountered:
Hey! Thanks for reporting this issue. I'll try to take a look at this at the earliest. The calls should be toggl_service.rb.
toggl_service.rb
That said, if you have the time, please feel free to create a pull request to help fix this issue.
Sorry, something went wrong.
Hi @jigarius, I work at EW and I have a patch to push and Github is denying me access.
Here are the changes: update.patch
@kdborg thanks for the patch. I'll look at it this weekend.
jigarius
Successfully merging a pull request may close this issue.
Summary
Toggl will soon deprecate their v9 API.
See https://engineering.toggl.com/changes/2022/10/01/api-v8-deprecation/index.html
As far as I can tell, toggl2redmine only relies on the time entries fetching API endpoint, which is impacted by the introduced breaking changes.
See https://engineering.toggl.com/docs/additional/v8_migration_guide/index.html#time-entries
Searching for "v8" in the code base only yields minimal occurences.
See https://github.com/search?q=repo%3Ajigarius%2Ftoggl2redmine%20v8&type=code
To do
Replace calls to the deprecated API endpoint with the new v9 endpoint with the necessary adaptations.
The text was updated successfully, but these errors were encountered: