vikunja icon indicating copy to clipboard operation
vikunja copied to clipboard

Query tasks with unset due date

Open MitPitt opened this issue 7 months ago • 1 comments

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

MitPitt avatar Sep 09 '25 19:09 MitPitt

Currently there's no better way to do this.

kolaente avatar Sep 09 '25 20:09 kolaente