Closed ayushjain17 closed 4 weeks ago
No option to filter and search on created_by and no option to change the sorting logic
created_by
platform[sort_by]
priority_asc
priority_desc
created_at_asc
created_at_desc
platform[created_by]
@ShubhranshuSanjeev these breaking changes are there in main branch itself can you check list context api , query params changes it is giving empty list when try to filter
Problem
No option to filter and search on
created_by
and no option to change the sorting logicSolution
platform[sort_by]
, accepted values:priority_asc
,priority_desc
,created_at_asc
,created_at_desc
(default :priority_asc
)platform[created_by]
, accepted values: comma separated user email ids (does an exact match)