Mix case username will affect the sequence of the user dashboard after upgrading JIRA

XMLWordPrintable

    • Type: Bug
    • Resolution: Timed out
    • Priority: Medium
    • None
    • Affects Version/s: 5.1.6
    • Component/s: None
    • 5.01

      Steps to reproduce:

      1. Create a LDAP user name with mix case or Capital case in JIRA 4.4.1, let's say 'ABC' in this case
      2. Use this username 'ABC' to create certain dashboard in JIRA 4.4.1
      3. Check in 4.4.1 database by running:
        select * from favouriteassociations;
        

        it will show the sequence of the user dashboard as showing below:

      4. Export the database from JIRA 4.4.1, let's say 'test.xml'
      5. Import the 'test.xml' into JIRA5.1.6
      6. Login as user 'ABC' and the dashboard sequence will be changed.
      7. Check in 5.1.6 database by running:
        select * from favouriteassociations;
        

        it will show the sequence of the user dashboard as showing below:

      From here we can see the sequence all become the same number '4' and the username automatically become to small letters as 'abc' instead of 'ABC'.

        1. 5.1.6.jpg
          5.1.6.jpg
          38 kB
        2. 4.4.1.JPG
          4.4.1.JPG
          64 kB

            Assignee:
            Unassigned
            Reporter:
            AmandaA
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: