I need to do some some maintenance on our Jira instance and don't want folks using it while I'm doing this. The main reason is that I'm going to be mucking with a bunch of persmissions and if all hell breaks loose, I'd like to revert the VM instance like nothing every happend. What's the best way to lock users out while I'm doing this? Thanks!
I use a much less heavy handed approach, and requires no back end magic. Keep in mind I'm on 3.13 so I am not sure this still works.
In Global Settings, find Global Permissions.
You will see permissions such as this:
Simply make sure (as a failsafe) that in addition to the "jira-users" group that is likely already there, that an admin group that only you belong to is also there. Then, just remove the "jira-users" group from the JIRA Users permission. Voila, no-one will be able to log in unless they also are a member of an admin group only you belong to. When you're done, add the "jira-users" group back in.
What's really nice about this approach is (as I recall), the banner indicating the system is down can be displayed so when they fail to log in they know why.
Of course, I don't know how this works with LDAP.
I will have to try this out on my test system in the near future.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Users that are already logged in will remain logged in with this approach. We have to physically restart the instance after deleting the jira-users group from the permissions settings screen to guarantee all users are kicked out. Once the changes have been completed, add the jira-users group back and you're good to go, no restart required.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Shut everyone off by changing the url ;) If you use Apache or IIS, turn it off. If you connect to direct url, change the port! Then you only knows the correct url and will be able to access it.
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 must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To backup Jobin's answer, I would follow one of the directions which meets your needs under how to do a consistent full backup.
https://confluence.atlassian.com/display/JIRA/Preventing+users+from+accessing+JIRA+during+backups
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ha! Didn't even think of that -- changing the port number. Good call guys, thanks!
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.