Is there straight forward way to query all subtasks with specific tag id, or I should iterate through all subtasks and check theirs tags?
Asked
Active
Viewed 235 times
1 Answers
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
-
Thanks, I came to the same conclusion. – Max Zhuravlev Mar 01 '13 at 08:50