0

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

Max Zhuravlev
  • 324
  • 3
  • 13

1 Answers1

1

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.

dennyp
  • 81
  • 6