|
Jeremy of Atlassian pointed me here. I'd really like to have a diff. sort order for quick search – specifically by Updated, because I use it to hunt for fresh issues all the time and find myself repetitively sorting after-the-fact.
At work, we are using Enterprise Edition, Version: 3.6.5-#161, and I still don't see an option for setting a default sort.
I just wanted to add my comment to say this would be a great option to have. Thanks! Hi, we are using version 3.11, we like to set a default sort order which represents the order in which issues should be resolved.
Since the issue is still open I guess this feature is not jet implemented? Or do we have to compile jira for these customisations? Hi,
Yes, unfortuantely, we were not able to get to this one as we have a lot of improvement and new feature requests. For more information on how these are scheduled please see:
At the moment the only way is to change JIRA's source code and rebuild JIRA. Cheers, Screenshot1 -> Sorting on Key (first sort order).
Screenshot2 -> Sort on Fix Version/s (first sort is Fix version/s second sort is key)
Primary and secondary sorting is wrong. SpcQualityExecution should be grouped together at the top. Then they should be sorted according Key. Now we have two rows at the top and then one row at the end.
This is also stated in the small text to the left: "Sorting on Fix Version/s THEN on key". As you can see it groups projects together. So the real sorting is: "GROUPED on project, THEN sorted on Fix Version/s THEN sorted on key". Because of this grouping on project we always need to export to excel to do a real primary sort on Fix Version/s and secondary sort on Key. Hi SIT Administrator,
I believe this issue is not about the same thing you are reporting. Please note that when sorting on versions, the sort is done by project and then by version sequenc, not the version name. The order of versions can be defined in the Manager Versions secion under Project Admin. One way to get an alphabetical sort on versions is to export the search results to Excel and then sort there. Cheers, |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Please refer to the com.atlassian.IssueFieldConstants Java class for the required constant. It could be PRIORITY, STATUS etc. For instance,
Regards,
Mei