Search code examples
asana

asana api - assign tag to task via api


I'm creating a new task in Asana - Task Management for Teams via the API. Is there a way to assign a tag to a task via the API? Would be really helpful in terms of filtering.

Thank you.


Solution

  • There is a well written Asana API documentation. Lookup for [Task][2] AND Tags API listing :) Good luck with that.


    Update: This is another filtered Asana Tag result for you.

    It says:

    The task endpoint now has addTag and removeTag methods.