Deleted user from active directory is not synchronised in Jira Service Management application

Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.

Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Summary

Deleted user is not synchronised in Jira Service Management with delegated LDAP

Diagnosis

We need to activate this user manually to resolve this issue.

  • We cannot manually activate this user as it is from LDAP.

  • We have to perform changes in database to activate this user.

Solution

  • As we need to perform changes in database to activate this user. Here are the queries to be executed to get this fixed.

1 2 3 SELECT u.id from cwd_user u where lower_user_name='USER_NAME'; UPDATE cwd_user u set active=1 where u.id=USER_ID_FROM_FIRST_QUERY;

Always back up your data before making any database modifications. If possible, test any alter, insert, update, or delete SQL commands on a staging server first.

Updated on April 8, 2025

Still need help?

The Atlassian Community is here for you.