Allow filtering users on backend in RTE
What does this MR do and why?
Allow filtering users on backend in RTE
Changelog: changed
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.
The search param is passed to the backend if filterOnBackend is true. Note that the search results still include all people who have commented on the issue, which is further filtered on the frontend. This is important for working with quick actions like /assign and /unassign.
How to set up and validate locally
- In rich text editor in issues, type
@to trigger user autocomplete. - In devtools notice that the call to autocomplete has a
searchparam included.
Related to #439095 (closed)
Edited by Himanshu Kapoor
