-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
User story
As a developer, I want to query for tasks without a due date so that we can set one accordingly.
Background
By using a method like TaskQuery.withoutDueDate(), users can query for tasks that have not set a due date or have a null value set for the due date via API.
This will help clean up tasks that have no due date and ensure tasks are fulfilled on time.
Acceptance criteria
- I can query for tasks without a due date and receive a list of tasks I can use to process further.
- The option can be used in filters in the API, in tasklist, as well as in task searches in Cockpit
This is the controller panel for Smart Panels app
1.
|
In Java API, I can query for tasks without a due date | Closed | Unassigned | |
2.
|
In REST API, I can query for tasks without a due date | Closed | Unassigned | |
3.
|
In Webapps, I can filter for tasks without due date | Closed | Hariharan Parasuraman |