The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Bulk User Deactivation in Jira

ashleyg
Contributor
May 21, 2015

Hi,

I recently got an update from Atlassian which says that using the below query bulk user deactivation is possible in Jira.

update cwd_user u set active = 0 WHERE u.id in ("a1234","b1234","c1234",.........)

I would just like to confirm if this query can be directly used to bulk update the users for purpose of deactivation because we have the actual username list and would just like them all to be deactivated.

I have around 1000 users to be deactivated in an excel sheet and I hope using excel formula if I enclose all such 1000 usernames within double quotes and create comma separated list and directly place them in update query as above then that should work.

Please let me know if this correct or if not then what else needs to be done.

 

Thanks,

Ashley

 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Benito Picarelli
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 21, 2015

Hi Ashley,

 

Yes, that query should work to bulk disable those users.

ashleyg
Contributor
May 21, 2015

Hi Benito, Thanks for the quick response. I would just like to know one more thing. Do I need to enclose usernames in double quotes? Is everything I mentioned as part of update query (I mean all parameters) correct? Thanks, Ashley