A plugin that redirects the browser to the login page if a user visits either the view or create issue page when they're not logged in.
This plugin is intended to prevent users from making accidental changes to issues when they're not logged in. If you require a secure way of preventing anonymous access to these pages use JIRA's permission settings instead.
Clone this repo to the same place as the JIRA installation, e.g.,
atlas/
- amps-standalone/
- ...
- notloggedin-jira-plugin/
- ...
You can then cd
into the clone and run it.
cd notloggedin-jira-plugin
atlas-run
atlas-mvn package
The plugin is now available at target/notloggedin-0.1.0.jar
.