Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-15037

Allow renaming external users

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Fixed
    • 5.7.0
    • None
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Supposing that a user gets created in an LDAP system with an incorrect name, gets synced in Bamboo, and only then gets corrected in LDAP, that user's incorrect name is stuck in Bamboo and cannot be corrected through the administration panel.

      The current workaround for that is to run this SQL query directly at database level:

      update external_entities set name = '<new user name>' where name = '<old user name>';
      

      But that is a really gnarly workaround.

      Attachments

        Activity

          People

            Unassigned Unassigned
            fkraemer Felipe Kraemer
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: