-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add API to query completed tasks #32
Comments
+1 Based on polling the Get Active Tasks API it's not possible to determine whether a task was completed vs deleted. |
Yes, this would enable workflows like automatically reporting out completed tasks to team members and track productivity in a more flexible way! I suspect that once you have this in filters (which is something asked for a lot I'm sure), this will be added to the API, but definitely upvoting this. |
Anyone resorting to the Sync API for this? |
I'm using the Sync API to get completed tasks and opened a PR #90 to add it to this client. |
#90 was merged, thanks @jkawamoto! |
Since the Sync API Python library was deprecated, I'd like to port one of my scripts to the new API library. However, I noticed the current REST API and this new library don't have endpoints to query completed tasks (the docs explicitly write "Get active tasks").
Is support for such API and integration into the new library planned?
The text was updated successfully, but these errors were encountered: