|
[
Permlink
| « Hide
]
Ray Oei [Furore] added a comment - 03/Jun/05 03:56 AM
Seems related...
Will be possible with following issue JRA-5351 ...
Hi there,
I have added some information to the "view_attachments.jsp", so that this will be always visible, not only as tooltipp. Maybe you find it also helpful. Would be great to see this in Jira as default feature...
My "view_attachments.jsp" is also attached (Based on Jira 3.4.1). Maybe someone can post here as hotfix, how to change the jsp that the order for the attachments is by date first and than the filename. Regards Thanks Sven.
I have created a new issue and scheduled it for a release. Cheers, Hi Nick,
good to know that you find it also helpful. Maybe you have an idea for me how to change the file order to be sorted by date instead of filename or should I raise an support issue instead of discussing here ? Regards Sven Sven,
Creating s Development Query support request on http://support.atlassian.com Thanks, When you add attachments to an issue then they get a number in the Manage Attachments screen. However, that number isn't persistent since attachments are always sorted by name, and the number is just the current number in that sequence. That makes it hard to actually refer to attachments since their only other unique identifier is the name. So if there were multipe images, you would have to refer to their exact name.
This especially bad when referring to the attachment in an issue - for instance a screenshot that you want to include in a bug comment. Simply, you can't but I think you should. I see two solutions:
In both cases the table in the Manage Attachments could still be sorted by name. We have made some improvement here
Excellent!
How can we make a "sort by date" be a default sorting method? I have tried Vinh-Thach Nguyen's replacement view-attachments jsp file and it seems to work nicely. I was confused at first, however: for his change to work, Enable Thumbnails (Global Settings: Attachments) must be turned OFF.
To change things so the most recently added attachments appears last in the list, change the "var order = "DES" statement in function sortables_init() to "var order = "ASC" |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||