Hello,
how can I search for tasks that are assigned?
Thank you for any suggestions
Hello,
how can I search for tasks that are assigned?
Thank you for any suggestions
If you want task assigned to “someone”, use this:
2 possible endpoint:
https://developers.asana.com/docs/get-multiple-tasks
using “assignee=…” parameter.
or
https://developers.asana.com/docs/search-tasks-in-a-workspace
using “assignee.any=…” parameter.
But, if you just want tasks that are assigned to anyone:
I am not 100% sure if it works, but you can try the search endpoint with:
?assignee.not=null
I think it will work, because when we search for “unassigned tasks”, we use:
?assignee.any=null