-
Bug
-
Resolution: Unresolved
-
Low (View bug fix roadmap)
-
None
-
6.3.11, 6.4.8, 7.1.0-OD-03, 7.1.0-OD-04, 7.4.0, 9.4.14, 8.20.30
-
6.03
-
37
-
Severity 3 - Minor
-
2
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
Steps to Reproduce:
- Create a new User with username "ABCDE" via JIRA User Management page.
- After the user created, run these SQL query to check the user details in the database:
select * from cwd_user where lower_user_name = 'abcde'; select * from app_user where lower_user_name = 'abcde';
- The user details will be appearing for both queries.
- Delete the user via JIRA and run the same query.
Expected Results:
The user Row will be deleted from both tables.
Actual Results:
The user data still exist in APP_USER table.
Note:
If the user is not being deleted in the APP_USER table, would it not take any history or issue link if there is another user with the same name created in the future.
- causes
-
JRACLOUD-65546 JIRA Mail Handler does not create issue when sender is a JIRA deleted user.
-
- Closed
-
- is related to
-
JRACLOUD-65392 Deleted JIRA Cloud users can't be added as Service Desk customers
-
- Closed
-
- relates to
-
JRACLOUD-41327 Deleting User is not deleting the User data in the APP_USER table
-
- Closed
-
Isn't this a potential GDPR issue in the European Union?