This is a JIRA plugin to automatically set security level based on group of the reporter
-
Download and install Atlassian SDK (it includes a custom apache-maven manager)
-
Setup Eclipse project (optional)
-
Generate Eclipse files on the plugin project
atlas-mvn eclipse:eclipse
-
Import the project on your Eclipse IDE
-
Package jar file
atlas-clean atlas-package
jar files are generated into the ./target directory
Here are the SDK commands you'll use immediately:
- atlas-clean -- cleans the project
- atlas-package -- generates jar files on ./target directory
- atlas-run -- installs this plugin into the product and starts it on localhost
- atlas-debug -- same as atlas-run, but allows a debugger to attach at port 5005
- atlas-cli -- after atlas-run or atlas-debug, opens a Maven command line window: - 'pi' reinstalls the plugin into the running product instance
- atlas-help -- prints description for all commands in the SDK