Skip to content

Files

39 lines (24 loc) · 1.52 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.52 KB

tampermonkey-jira-severityinfo

Tampermonkey script to add severity info popup to JIRA Service Desk issues.

What does it do

Adds a Severity info icon next to Severity field on JIRA Service Desk issues.

When you mouse over the info icon, you'll see the Severity levels page in an iframe.

When you click on the icon, a new page will open with the Severity levels wiki page.

Settings

The script requires configuration in the JIRA's Settings popup.

  • Click on the Settings in JIRA Service Desk
  • Under the "SEVERITY INFO URLS"
    • Enter a link to a wiki page explaining the severity levels - this will be loaded in a new tab when you click on the Severity info icon
    • Enter a link to an page which contains the Severity Levels - this will be embedded in an iframe and displayed when you mouse over the Severity info icon

How to install

  1. Install Tampermonkey browser extension (for Chrome, Firefox, Microsoft Edge)
  2. Go to JIRA_Service_Desk_Severity_Info in OpenUserJS
  3. Click on the "Install" button

Then you can go to your JIRA Service Desk URL and use the improvements on any issue page which has the Severity field.

License

Licensed under MIT License.

Technology Used

  • JIRA
  • VanillaJS
  • OpenUserJS
  • TamperMonkey