We have recently integrated the Asana API with some of our internal dashboards for bug reporting. For simplicity (we are a small team), the auth token is under one of our engineer’s accounts, but he isn’t actually involved in any of the tasks getting created and logged. How can I change the task creation behavior through the API, such that:
- He isn’t registered as the “creator” of the task, and
- He does not become a default collaborator for that task?
Can someone point me to the correct documentation for this? I’ve looked at the Tasks documentation, and am thinking I can at least set the “collaborators” field to be an empty array (haven’t tried it yet), but I’d love to be able to remove him as the creator of these tasks altogether if possible.
Thanks!