-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
6.4.11, 7.0.0
-
6.04
-
Summary
In certain situations it's possible for at mentions to return users from the REST endpoint, however the JavaScript does not present them as available users in the browser. As a result of this no users can appear as mentionable.
Steps to Reproduce
- Setup users in a vanilla instance as follows:
"name": "xcmvnx,mcnv", "emailAddress": "potato@example.com", "name": "asdkalkj", "emailAddress": "potato@example.com", "name": "a-train", "emailAddress": "potato@example.com", "name": "black noir", "emailAddress": "potato@example.com", "name": "gvbbvn", "emailAddress": "pxrzzkkcl@localdomain", "name": "hughie campbell", "emailAddress": "potato@example.com", "name": "jack from jupiter", "emailAddress": "potato@example.com", "name": "mister marathon", "emailAddress": "potato@example.com", "name": "queen maeve", "emailAddress": "potato@example.com", "name": "starlight", "emailAddress": "potato@example.com",
- Try to at mention them using @p.
Expected Results
The users appear in the browser.
Actual Results
The REST endpoint returns these users, however they do not appear. As a result of this it looks like no users are returned.
Workaround
Given there is a max of 10 users returned, extending the search results using @pe or similar may return the actual users. If not, attempt to mention the user by changing the search results back-and-forth, for example if you wanted to mention a 'Joey':
- Use @j
- Then @p
- Then @jo
Alternatively mentioning them by their name instead of email address will work, for example @mister marathon.
- duplicates
-
JRASERVER-45836 Some JIRA '@mentions' are not showing all users due JavaScript and REST APIs filters
-
- Closed
-
-
JSEV-150 Loading...
- is related to
-
JRASERVER-45673 Mentions should support finding users with a matching email address
- Gathering Interest