My slowly growing collection of small changes to the Jira UI.
These updates are originally written as a userscript. This is also the recommended way to use the them as runners like Tampermonkey or something similar (I have not tested this with other extensions yet) will handle the installation, updates and the correct injection into the site.
For the latest version open jiraEnhanced.user.js
as a raw file
which should trigger the installation process of the extension.
This repository now also contains a Chrome Manifest so Mark can install the script as a native Chrome extension.
To install the extension clone the repository or download the Zip file. Go to the extensions page in Chrome, turn on Developer mode, click Load unpacked and select the folder where you downloaded/extracted the code to.
To change the configuration open the installed script through the extensions dashboard and update the config
object at the top of the script however you like.
(Currently there is no support for changing settings when the extension is installed as a native Chrome extension).
Unlock the width of dialogs (e.g. ticket preview). Useful on widescreen monitors and tickets with a lot of content.
Add a new button above the "Completed Issues" table in the "Status Report" section of the "Sprint Report" page. When clicked the links to all the completed tickets are copied to the clipboard as a link list which can be pasted into Confluence pages, etc. (Confluence might need an unformatted paste Ctrl-Shift-V, to not automatically format the linklist)