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
{{ message }}
This repository was archived by the owner on Feb 21, 2022. It is now read-only.
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.