-
Bug
-
Resolution: Timed out
-
Low
-
None
-
5.1.8, 5.2.4
-
5.01
-
1
-
Severity 3 - Minor
-
-
Summary
If a username contains the symbol '#', @user mention will not show the user's full name in an issue, whether in the Description or Comment field.
Steps to reproduce
- Create a user with user name 'us#r' and full name 'Test User'.
- Make sure all permission is granted so @user mention can be used in the issue.
- Mention [@us#r] in description or comment.
- Only ~us#r will be shown and clicking the username will not direct to the user's profile.
Cause of issue
- When a '#' is used, JIRA will read it as an Anchor Link, thus redirects to http://<jira-url>/browse/<project-id>#r
- relates to
-
JRASERVER-74107 User Mention does not show full name if username contains '#'
-
- Gathering Impact
-