Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-32733

user entries in table EXTERNAL_ENTITIES do not get remove when the user is deleted

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Low
    • 6.0
    • 4.4.5, 5.2.8
    • None

    Description

      When you create an user, an entry gets created in the table EXTERNAL_ENTITIES in the database. The entitytype is com.atlassian.jira.user.OfbizExternalEntityStore.

      Also, the entries in the table PROPERTYENTRY associated with that external entity are not deleted.

      When the user is deleted, the entry in this table is not removed.

      SQL changes:

      Currently, EXTERNAL_ENTITIES ID is no longer associate with Entry ID. You might need to modify your SQL query to use the association below without EXTERNAL_ENTITIES to get user properties:

      Tables:

      app_user
      propertyentry
      

      Relationship:

      app_user.ID = propertyentry.entity_id
      app_user.lower_user_name = cwd_user.lower_user_name
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            aconde Alejandro Conde Carrillo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: