Asana API without User Login

hi I’m not sure about how best to express this:

I want to implement a bug reporting feature that creates a new task in Asana.

I don’t want to end user to have to be aware of this, or have an Asana account in any way.

However, it seems that according to the Asana documentation that the Asana API requires user authentication?

Does anybody have any suggestions for this?

Thanks!

Hi, Kyle!

Did you get a solution on this?

This is an old thread so I’m guessing the original person who opened this thread might not be active.

From what I understand you can achieve this by using a Personal Access Token (PAT) instead of using OAuth which requires user to connect to Asana first.

PAT Doc: Personal access token

API Call to add Task: Create a task

Hope that helps.