Hello,
I need to access all tasks assigned to an asana user.
In order to do that, I am using the user task list endpoint (/user_task_lists/user_task_list_id/tasks). Once I synced his tasks, I establish a webhook on the resource user_task_list_id to be notified when a task is modified in this list.
However, I don’t get a notification when the assignee of one of his tasks is changed (and hence that task is no longer in the user’s task list).
I tried to add filters on the Resource Type tasks or no filter at all but I never get an event saying that this task was removed from the user task list.
It seems that I am getting a call to my webhook but there’s no event in it.
Does anyone have an idea about why I don’t get notified?
Thanks