You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use tasks.find_all to get all tasks in a project that haven't been completed. I'm having some trouble though; it seems like project isn't an accepted default param (assignee and workspace are, but tag and project aren't). I made a change locally to add project in as a parameter, which works, but I'm also having trouble getting all tasks that are incomplete (options: {completed_since: "now" }). Did I forget something/misread the documentation?
[27] pry(main)> ASANA.tasks.find_all(options:{projectId:"id"})
Asana::Errors::InvalidRequest: Must specify exactly one of project, tag, or assignee + workspace
Hey guys!
I'm trying to use
tasks.find_all
to get all tasks in a project that haven't been completed. I'm having some trouble though; it seems like project isn't an accepted default param (assignee and workspace are, but tag and project aren't). I made a change locally to add project in as a parameter, which works, but I'm also having trouble getting all tasks that are incomplete(options: {completed_since: "now" })
. Did I forget something/misread the documentation?[27] pry(main)> ASANA.tasks.find_all(options:{projectId:"id"})
Asana::Errors::InvalidRequest: Must specify exactly one of project, tag, or assignee + workspace
┆Issue is synchronized with this Asana task
The text was updated successfully, but these errors were encountered: