mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-12 01:59:34 -05:00
Query tasks with unset due date #603
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MitPitt on GitHub (Sep 9, 2025).
Description
I'm trying to use the api to get all tasks with unset due date. I tried filters like
due_date = nullto no avail.I came to a workaround:
due_date < now-100y. Is there a cleaner way to do this currently? Filtering for null would be a nice feature.Which alternatives did you consider using instead?
No response
@kolaente commented on GitHub (Sep 9, 2025):
Currently there's no better way to do this.