-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 8.5.3, 8.8.0
-
Component/s: Custom fields, Navigation - Search
-
8.05
-
3
-
Severity 3 - Minor
-
0
Issue Summary
User Picker custom field returns No Matches for the users. This happens when the user picker has the project context, not a global context. It's happened because the REST request does not contain projectId.
Environment
- The user picker Custom Fields has the project context
Steps to Reproduce
- Create the project - P1,
- Create two users with similar user name - cos, cos2,
- Create the User Picker custom field - daj - with P1 project context,
- Open a simple search,
- Choose the project P1,
- Add daj custom field,
- Open daj user picker dialog and search for the user cos and pick him,
- Close daj user picker dialog for instance by clicking somewhere else on the page,
- Open daj user picker dialog one more time and search for the user cos2.
Expected Results
http://localhost:8080/rest/api/latest/groupuserpicker?projectId=10000&fieldId=customfield_10200&showAvatar=true&query=cos&_=1584541558570

Actual Results
http://localhost:8080/rest/api/latest/groupuserpicker?fieldId=customfield_10200&showAvatar=true&query=cos&_=1584541558577

Workaround
Change custom field context to global
- mentioned in
-
Page Loading...