Script Summary: Makes Links and Files sections of Issues into tables that can be sorted.
Version: 1.9
This script enhances Issue browsing for Jira. It turns the "File Attachment" section into a table. It then makes that table and the "Issue Links" tables sortable. For the "File Attachment" section it makes hidden meta information about the attachment visible.
Reverse sorting and combined sorting are supported.
For a page to test the script on try:
http://jira.atlassian.com/browse/JRA-16868
Changes:
- 1.9
- Added support for Google Chrome
- Fix: Linked issues without priorities were crashing the script.
- 1.8
- Added support for http://userscripts.org/scripts/show/27838
- Added support for sorting attachments
- 1.7
- Maintenance release: Indexing bug fixed & simplified XPath.
- 1.6
- Support for Jira V4.1.1
- New: Meta info for screenshots (a bit of a hack)
- Fix: Tables and sorting for file attachments and link tables.
- Fix: Sorting event handler required header to be in tbody, not in thead.
- Support for Jira V4.1.1
- 1.5
- Jira V4.1.1 is not yet supported.
- Changed how the key column is generated for Link Tables
- Updated my $(X|Y|Z) functions so they can work with frames.
- 1.4
- Tweaked the CSS
- Fixed support for JIRA 4.1
- 1.3
- Fixed file sorting by date.
- Coloring during hover for stale files.
- 1.2
- Fixed some rouge row sides on the link tables.
- 1.1
- Renamed the script
- Generalized and rewrote all code.
- 1.0
- Initial release
Reporting Bugs
When reporting bugs, please report the version of Jira being used. If you can provide a URL (if your Jira is public) it will aid in debugging and make it more likely that the fix will stick.
Supported Versions
This script has been tested on Jira v4.2.1-b588#588. The script will probably work on earlier versions but I haven't tested it.



