Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Make assignee optional in list_tasks #39

Open
mjmare opened this issue Aug 2, 2014 · 0 comments
Open

Make assignee optional in list_tasks #39

mjmare opened this issue Aug 2, 2014 · 0 comments

Comments

@mjmare
Copy link

mjmare commented Aug 2, 2014

get_project_tasks does not return full records for tasks (strangely get_subtasks does). This mirrors the Asana API. Of course I could issue a get_task for each tasks, but that is slow when querying many tasks.

If, instead, one wants to get all tasks in 1 go and filter for project in python code one would use list_tasks. Unfortunately it requires a value for assignee, which is not desired.

So please make assignee an optional argument. I think the Asana API allows for this.

TIA

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant