-
Suggestion
-
Resolution: Unresolved
-
43
-
22
-
When you search for users in the Assignee field, the Display name and Email address should be valid criteria.
However, this logic doesn't apply to custom fields like:
- Single User Picker
- and Multiple User Picker
Steps to Reproduce
- Create a User picker (single or multiple) field
- Add it to a screen
- Try to search for a user using its email address
Expected Results
Jira will return results that match based on email address.
Actual Results
No results are found. Results are only matched against the display name.
Here are some examples of what works and what doesn't:
Display Name | Email address | Searching for text | Does it work? |
---|---|---|---|
John Doe | jdoe@domain.com | jdoe | ![]() |
John Doe | jdoe@domain.com | jdoe@domain.com | ![]() |
John Doe | john.doe@domain.com | john.doe | ![]() |
Workaround
Use the display name as search criteria.