It’s a brilliant use case and I am wondering if you can think any way to get that info through the API. Even hacky ways like to use a bot for monitoring.
I haven’t find a solution yet. Any ideas?
If not I believe that will be a great product addition by the Asana team.
I had not seen this topic – thanks for bringing it to our attention! I agree that this could be an interesting product feature. I will surface it internally.
One way to achieve this through the API would be using the new /search endpoint. For example, you could search for all tasks in a workspace that you commented on:
curl --request GET -H "Authorization: Bearer 0/123456789" \ https://app.asana.com/api/1.0/workspaces/123456789/tasks/search?commented_on_by.any=me&limit=10