In Jira, we have Inactive users. We want to deactivate them. I need to send a communication email to the users that we are going to deactivate them, and they have not accessed Jira, and the login history shows more than 120 days.
Which way is the best process?
I have a plan script runner, but due to cost-effectiveness, our leadership is not supporting it.
Any ideas
Hi @keerthika Narra ,
my suggestion is to collect all these users in a specific group and then send a notification email trough the following feature https://support.atlassian.com/jira/kb/send-an-email-notification-to-all-jira-data-center-users/
Hope this helps,
Fabio
Hi @Fabio Racobaldo _Catworkx_
Probably this could be combined with https://support.atlassian.com/jira/kb/find-the-last-login-date-for-a-user-in-jira-server/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can get this information from querying the Jira DB.
https://support.atlassian.com/jira/kb/find-the-last-login-date-for-a-user-in-jira-server/
But you will still have to sent them an email via a mail program, if you are not able to use Scriptrunner.
Or oyu could look at user management apps on the marketplace, like https://marketplace.atlassian.com/apps/1222216/flexible-user-license-auto-user-management-for-jira?hosting=datacenter&tab=overview
This might be lees costly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.