Create a script that will deactivate the users:
1) Through the JIRA API https://docs.atlassian.com/jira/REST/latest/
2) Throught the database https://developer.atlassian.com/jiradev/jira-architecture/database-schema
Hello Nanda,
You can query your database for users:
select * from cwd_user
and can simply change the "active" value to 0, instead of 1. This will automatically deactivate the user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you specify the condition you would base the deactivation? I believe you may be able to achieve this through SQL (that is, if you are using JIRA Server).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.