-
Bug
-
Resolution: Not a bug
-
Low
-
None
-
Minor
Issue Summary
It is common for users to enter the middle part of a name and expect user pickers to return results. This is the case when matching on email addresses, but not display names.
Steps to Reproduce
- Create an app that calls the /rest/api/3/groupuserpicker endpoint.
- Ensure a user exists with:
- Display name: "Foo Bar"
- email address: fbar@example.com
- Have the app call the endpoint with ?query=fo and observe the results.
- Have the app call the endpoint with ?query=ex and observe the results.
- Have the app call the endpoint with ?query=oo and observe the results.
Expected Results
At steps 3, 4, and 5, the user is returned in the results.
Actual Results
At steps 3 and 4, the user is returned in the results, but at step 5, not the user is not returned in the results.
Workaround
None