https://github.com/processone/jira-security-level-plugin
This is a JIRA plugin to automatically set security level based on group of the reporter
https://github.com/processone/jira-security-level-plugin
Last synced: 8 months ago
JSON representation
This is a JIRA plugin to automatically set security level based on group of the reporter
- Host: GitHub
- URL: https://github.com/processone/jira-security-level-plugin
- Owner: processone
- License: apache-2.0
- Created: 2012-11-28T16:15:53.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T02:49:18.000Z (about 3 years ago)
- Last Synced: 2023-03-10T23:08:37.853Z (almost 3 years ago)
- Language: Java
- Size: 21.5 KB
- Stars: 1
- Watchers: 15
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jira-security-level-plugin
==========================
This is a JIRA plugin to automatically set security level based on group of the reporter
installation
============
1. Download and install Atlassian SDK (it includes a custom apache-maven manager)
* [SDK installation](https://developer.atlassian.com/display/DOCS/Install+the+Atlassian+SDK+on+a+Linux+or+Mac+System#InstalltheAtlassianSDKonaLinuxorMacSystem-Step1:DownloadandInstalltheSDK)
2. Setup Eclipse project (optional)
* [Instructions](https://developer.atlassian.com/display/DOCS/Set+Up+the+Eclipse+IDE+for+Linux)
* Generate Eclipse files on the plugin project
atlas-mvn eclipse:eclipse
* Import the project on your Eclipse IDE
3. 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
[Full documentation of Atlassian SDK](https://developer.atlassian.com/display/DOCS/Developing+with+the+Atlassian+Plugin+SDK)