Fix issue dashboard ANY/NONE assignee filters
What does this MR do and why?
The assignee filter is not sent to the server in the GraphQL filter when using ANY/NONE from the issue dashboard e.g. https://gitlab.com/dashboard/issues?sort=updated_desc&state=opened&author_username=leetickett-gitlab&assignee_id=None
This MR:
Fix issue dashboard ANY/NONE assignee filters
Changelog: fixed
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
How to set up and validate locally
http://127.0.0.1:3000/dashboard/issues?sort=created_date&state=opened&assignee_id=None
http://127.0.0.1:3000/dashboard/issues?sort=created_date&state=opened&assignee_id=Any
Numbered steps to set up and validate the change are strongly suggested.