How can i delete bulk user all of them in one group in jira4.3.4? Jelly runner or other ways? Thank you!
Hi isabel
It would be safer to use JIRA Command Line Interface removeUser action. Use runFromSql to do it in bulk. Doing database actions directly is error prone and you need to understand all the application's database structure. The dangers of doing direct database actions have been commented on numerously on this site.
Refer from here https://answers.atlassian.com/questions/57366/delete-users-in-bulk
Hope it helps.
Cheers,
John Chin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.