-
Suggestion
-
Resolution: Duplicate
-
None
-
None
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
If a user is deleted from LDAP, if using a connector user directory on the next sync it will delete that user from JIRA. It doesn't appear this follows some of the inbuilt restrictions around deleting users in the GUI - for example you can delete a user from LDAP and it will remove them even if they're assigned issues. This can leave all sorts of orphaned information and cause problems.
Given we now have deactivate user functionality in JIRA, rather than deleting the user in JIRA can we deactivate the user? This would prevent us from getting into situations where deleting a user has caused problems in JIRA.
Workaround
Deactivate the user in the LDAP engine and JIRA rather then deleting them.
- causes
-
JRACLOUD-34574 Deleted LDAP users should continue to display "full name" in issues/gadgets
- Closed
- duplicates
-
JRACLOUD-24937 When a user is deleted in AD or Crowd, JIRA could keep the user in JIRA as an inactive user
- Closed
- is related to
-
JRASERVER-35018 Ability to detect a deleted user in LDAP and disable that user
- Closed
- relates to
-
JRACLOUD-24937 When a user is deleted in AD or Crowd, JIRA could keep the user in JIRA as an inactive user
- Closed
dcurrie@atlassian.com
JIRA will only keep the user account around if it detects that it is required for displaying historical data.
So, if that user is the reporter, assignee, or a comment author on any issue, we keep the user and set to disable, otherwise we delete the account.
Also, the deleting [ 1 ] users log is probably misleading: it will list how many useres it attempts to delete but some subset of these may get "vetoed" and be disabled instead.