-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
8.0.0, 8.1.0, 7.13.2, 8.22.2, 9.0.0
-
7.13
-
14
-
Severity 3 - Minor
-
1
-
Issue Summary
Selecting a user with some fields in Jira does not work for some users, whose name matches the following:
- A short name & username with only 2 characters in sequence.
- There are lots of other users whose name contains exactly the same character sequence.
- The user picker field returns only a limited number of users based on autocomplete, (usually the 50 first match).
- In alphabetical order, the name is later than 50. (20. for some Jira fields) in the list returned by the autocomplete feature.
Steps to Reproduce
- Create a user called li.li and li.la
- Head to Project Settings > Users & Roles.
- Click Add User to a role.
- Search for the user li.li
Expected Results
Results will return for the user 'li.li'.
Actual Results
The result will show both 'li.la' and 'li.li' eventhough the search specified was 'li.li'. If 'li.li' appears last in a list of 50+ users, the user will not appear in the search at all.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- causes
-
JSDSERVER-12341 User picker for Request Participants cannot find a user with a very short name when there are other users that have their name somewhere as part of their name or username
- Closed
- is detailed by
-
JRASERVER-65142 @mentions does not display the expected users and instead it displays less relevant users when a surname is short (i.e. two letters) and there are other users that have those letters somewhere as part of their username
- Gathering Impact
- Testing discovered
-
JRACLOUD-70994 Avatar URLs are no longer returned by the role resource
- Closed
-
ID-240 Ability to merge Atlassian accounts to a single account with secondary emails
- Future Consideration