Search code examples
apiasana

How to query all subtasks with a tag at asana?


Is there straight forward way to query all subtasks with specific tag id, or I should iterate through all subtasks and check theirs tags?


Solution

  • There is currently no way to query all subtasks associated with a specific tag id.

    I would instead query all tasks associated with a tag id and then filter these tasks for those with a 'parent' field not equal to null.