-
Bug
-
Resolution: Fixed
-
Low
-
JCMA - 1.8.0
-
None
-
2
-
Severity 3 - Minor
-
1
Issue Summary
This is reproducible on Data Center: (yes)
Steps to Reproduce
- Create a user in the Jira Internal Directory with username abcde
- Create a user in the External User Directory (LDAP/AD) with username Abcde
- Create a plan in JCMA and assess the users
- JCMA will list duplicated usernames
- JCMA will give the "Update users based on a CSV file"
In the example above, the user orelhaseca comes from the Internal Directory and the user orelhaseca@mig.crypto.net.br comes from the LDAP.
JCMA shows them correctly.
The second duplicated user (ramisobuchao@mig.crypto.net.br) comes from the Internal Directory.
And the user RamisoBuchao@mig.crypto.net.br (same username, different casing) comes from the LDAP.
JCMA shows as both coming from LDAP (which is the first directory in the User Directory login order):
Expected Results
- Only the user from the directory with higher priority (canonical user) will be displayed and migrated (similar to the UI on Users admin page)
Actual Results
- JCMA will list only the information from the User Directory with priority in the login order
- This will cause confusion in the UI - showing both user names as coming from the same User Directory (which is not the case)
- Usernames are displayed as coming from the first User Directory in the login order in Jira.
This should not block the migration as the admin will be able to fix the dup users when using the CSV feature in JCMA. It can cause confusion as to where the admin should go in order to fix the user (Internal or External User Directory) if they decide to fix it in the User Directory source.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available.
- is resolved by
-
UDC2-299 Loading...