The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I'm trying to deactivate some selected users but for an unknown reason that does not work.
I used the update SQL request I found here : https://community.atlassian.com/t5/Jira-questions/Bulk-User-Deactivation-in-Jira/qaq-p/313925
When I check the DB, active flag is set to 0.
# select user_name, display_name, active from cwd_user where user_name = 'test@external.com';
user_name | display_name | active
-------------------+--------------+--------
test@external.com | prenom nom | 0
But in the user management console, user is still active (not striked through) as shown in screenshot.
What do I have to do to get my users really deactivated ?
Thanks,
Eddy
One possibility, Hibernate caches data so that row is likely cached in Jira. Restarting Jira would flush it.
Thanks Kenny for your quick answer. Unfortunately, I can't restart Jira for now, I have some users playing with it :)
I'll see if your suggestion is the right one the next time I'll restart it.
Eddy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi everyone, We’re always looking at how to improve Confluence and customer feedback plays an important role in making sure we're investing in the areas that will bring the most value to the most c...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.