[GH-ISSUE #1449] Query tasks with unset due date #6397

Open
opened 2026-04-20 16:59:45 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @MitPitt on GitHub (Sep 9, 2025).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/1449

Description

I'm trying to use the api to get all tasks with unset due date. I tried filters like due_date = null to 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

Originally created by @MitPitt on GitHub (Sep 9, 2025). Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/1449 ### Description I'm trying to use the api to get all tasks with unset due date. I tried filters like `due_date = null` to 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_
GiteaMirror added the area/apiarea/filters labels 2026-04-20 16:59:45 -05:00
Author
Owner

@kolaente commented on GitHub (Sep 9, 2025):

Currently there's no better way to do this.

<!-- gh-comment-id:3272174407 --> @kolaente commented on GitHub (Sep 9, 2025): Currently there's no better way to do this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#6397