i will add one additional comment on finding tasks– after some further interrogation of chatgpt i get the sense that it is using https://app.asana.com/api/1.0/tasks to fetch tasks, but according to chatgpt it is not able to specify workspace when querying for tasks. if true this makes it impossible for chat to find tasks that aren’t in a project since the API requires both assignee and workspace to be specified:
assignee
string
The assignee to filter tasks on. If searching for unassigned tasks, assignee.any = null can be specified. Note: If you specify assignee, you must also specify the workspace to filter on.
I would really appreciate if AI (my team tends to use Claude) could access the notes tab of a project. Often times, my team keeps documentation for tracking ideas and concepts in the notes tab rather than the project overview to reduce clutter, so it would be super helpful if this could be a feature. Thanks!