-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
6.1.3, 6.1.5, 6.2.2
-
6.01
-
Steps to Reproduce
- Set up an LDAP directory, and rank it higher than the internal directory
- Create a user in the internal directory, called B
- Rename user A in LDAP to B
- Synchronise
Expected Results
- B in the internal directory gets renamed to B#1 in the app_user table
- A gets renamed to B in the app_user table
- Everything associated with both users becomes merged as the highest priority user
Actual Results
- User rename appears like it's occurred fine, in the app_user table the internal user becomes A#1, and the LDAP user becomes A
- Everything associated with both users becomes merged as the highest priority user
- JIRA inconsistently recognises the B#2 in different aspects of the interface, it doesn't show up in the User Browser, but shows in certain Issue Attributes e.g Assignee or Reporter.
- It is confusing to most Admins to suddenly see issue attributes automatically changing to B#2 when they have created no such user.
- You're not able to login as B#2 to automatically regain access to the issues.
- You are not able to use B#2 in the basic search, but then it shows up in Advanced JQL.
- If you do a basic search with assignee set to B, then switch to Advanced JQL, the interface will not switch back to Basic
Notes
Due to the way this handling works, you can't deliberately have a username that ends with # followed by any number. It gets created, and appears in the user list, but you can't find it in any user browser drop down, and if you try to assign anything to that user you get an error "User 'user#1' cannot be assigned issues".
- duplicates
-
JRASERVER-36943 Issue Navigator does not like usernames with a '#' in them
- Gathering Impact
-
JRASERVER-3132 Provide ability to transfer reported/assigned issues to another user when deleting users
- Not Being Considered
- is related to
-
JRASERVER-71218 Strange behavior when updating usernames in Jira
- Closed
- links to