You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to query completed subtasks of active tasks somehow? I couldn't figure it out how:
api.items does not seem to return them.
api.completed.get_all() returns them, but they don't return the full property list (parent_id is missing for example) and it is not possible to filter for parent_id either.
What I'd like to do is to uncheck a whole subtree of tasks given a root task id.
Is it possible to query completed subtasks of active tasks somehow? I couldn't figure it out how:
api.itemsdoes not seem to return them.api.completed.get_all()returns them, but they don't return the full property list (parent_idis missing for example) and it is not possible to filter forparent_ideither.What I'd like to do is to uncheck a whole subtree of tasks given a root task id.