-
Bug
-
Resolution: Fixed
-
Low (View bug fix roadmap)
-
7.0.0-OD-08, 7.0.5, 7.0.10, 7.1.0-OD-02, 7.1.0-OD-05, 7.1.0-OD-06, 7.2.0-OD-01, 7.2.0-OD-03, 7.2.0-OD-05, 7.1.6, 7.1.7, 7.0.0
-
7
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
Summary
The @mention feature of JIRA is failing to find some users (mostly ones with names starting with the initial letter of the domain) because the javascript responsible for this feature performs a filter over the results of a query via a REST call which is limited to 10 results. The REST call returns users which match the query string (username parameter in the rest call) based on if it exists in EITHER the username, display name, or email address. Because normally the domain matches many users email address, searching for users starting with the initial letter of the domain, will be filtered out.
e.g: mike@mydomain.com may be filtered out when searching for m if there are many more users with @mydomain.com email address and at least 10 users alphabetically before mike.
Environment
Affected version: 7.0.0-OD-08
Steps to Reproduce
- Create 11 users with the same domain email address. eg: @example.com
- Name the first 10 users with Letters before e
- Name the 11th user 'example'
- Try to mention the user in a comment.
Expected Results
If you use the complete username, or display name, the user should always appear.
Actual Results
Using the complete username or display name, doesn't show the user because the rest api is returning 10 previous users (but not displaying them as options)
Notes
When troubleshooting, take into consideration that you may need to refocus the comment box for the search to be done: JRA-59304
Workaround
Partial workaround
Try with a different user value (if you tried with username, try display name, or last name). The last name value works particularly well as it is quite unique.
Confirmed workaround
Typing the first few characters of a user's name and hitting the TAB button will autocomplete and allow for the user to be mentioned (until you refresh the page) e.g. John = Joh...TAB
- duplicates
-
JRASERVER-45751 At @mentions not working correctly
-
- Closed
-
- is duplicated by
-
JRASERVER-45751 At @mentions not working correctly
-
- Closed
-
-
JRASERVER-45709 At mentions are not displaying returned users
-
- Closed
-
-
JRASERVER-61742 Trying to mention someone whose name starts with P doesn't return any searches
-
- Closed
-
- is related to
-
JRASERVER-59263 Filter Search in gadgets doesn't find all filters
-
- Closed
-
-
JRASERVER-59304 Mentions only initialise when the user focuses the field
-
- Gathering Impact
-
-
JST-195504 Loading...
-
JC-821 Loading...
- relates to
-
JRACLOUD-45836 Some JIRA '@mentions' are not showing all users due JavaScript and REST APIs filters
-
- Closed
-
- was cloned as
-
JDEV-36009 Loading...
-
JSEV-150 Loading...
Hi pje-sitec526182844,
This will also be delivered in JIRA Server, please watch for updates on this issue, as we will update the fix version once we know which JIRA Server version will contain the mentions improvements.
Regards,
Oswaldo Hernández.
JIRA Bugmaster.
[Atlassian].