I've found some weird behaviour that we're unable to explain.
Creating new tasks via the Asana API works great, by using the https://github.com/ajimix/asana-api-php-class functionalities. We have no problem creating a task for the API Key user, assigning it to a project.
The weird behaviour occurs when we try to assign that task to another team member directly. The following unwanted things occur:
- The task can not be found by any of the other team members (even searching does not work)
- The user the new task is assigned to does have a new task, but the team can't see it by clicking it's task list.
- The task is not in the project as it was before, it has 'No project'. The user does have access to that project.
Any clue about how to debug this even further? Is this an authorization issue? Because, I'm able to assign the task to the other user from asana directly.