-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
AT:
- I can create a new Filter
- I can delete a Filter
- I can update a Filter
- I can query for Filters
A Filter has the following properties:
- Id,
- ResourceType (currently only "Task" is supported)
- Name
- Owner
- Query
- Properties (Map), serialized as JSON
Properties are:
- description
- color
- priority
- additional variables to fetch
The filter query is a Java Object ("FilterQuery") which is serialized to the Database as JSON