Tampermonkey script to add severity info popup to JIRA Service Desk issues.
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.
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
- Install Tampermonkey browser extension (for Chrome, Firefox, Microsoft Edge)
- Go to JIRA_Service_Desk_Severity_Info in OpenUserJS
- 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.
Licensed under MIT License.
- JIRA
- VanillaJS
- OpenUserJS
- TamperMonkey