mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-20 11:22:25 +02:00
When grouping by assignee with a secondary grouping (e.g. by Status), the "Not Specified" category passed `undefined` as the query value. Since `undefined` is stripped during JSON serialization, the server received no filter and returned all documents — causing assigned issues to appear under "Not Specified". Use `null` instead so the filter survives serialization and correctly matches only documents where the field is unset. Fixes #10606 Signed-off-by: Don Kendall <kendall@donkendall.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>