-
Bug
-
Resolution: Fixed
-
Low
-
4.4.5
-
None
-
4.04
-
This is issue is related to JRA-24558 which has been fixed and closed, but seems in JIRA 4.4.5, user who have a upper-case username are not able to search for their own issues.
Steps to reproduce:
- Configure a LDAP connector
- Inside the LDAP directory, Create a user with username "administrator"
- Login with username "administrator" and create a ticket A
- Search issues reported by 'CurrentUser()', you will find ticket A
- Inside the LDAP directory, create a username "ADMIN"
- Login with username "ADMIN" and create a ticket B
- Search issues reported by 'CurrentUser()', you will NOT be able to find ticket B.
Basically, when you search 'Reporter = CurrentUser()' when your username is upper-case, you will not be able to search for your own issue has been created.
- is related to
-
JRASERVER-24558 JIRA using mixed-case username from LDAP corrupt other features
- Closed