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

Add API to query completed tasks #32

Open
Maxr1998 opened this issue Mar 15, 2022 · 4 comments
Open

Add API to query completed tasks #32

Maxr1998 opened this issue Mar 15, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@Maxr1998
Copy link

Maxr1998 commented Mar 15, 2022

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?

@Maxr1998 Maxr1998 added the enhancement New feature or request label Mar 15, 2022
@curious-attempt-bunny
Copy link

+1 Based on polling the Get Active Tasks API it's not possible to determine whether a task was completed vs deleted.

@mikedgit
Copy link

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.

@theptrk
Copy link

theptrk commented Dec 8, 2022

Anyone resorting to the Sync API for this?

@jkawamoto
Copy link
Contributor

I'm using the Sync API to get completed tasks and opened a PR #90 to add it to this client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants