Details
-
Improvement
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
Jenkins 2.71 running using JDK1.8_141 on RH6 Linux, no container
jenkinslint 0.10.1
Description
Guess the title mostly says it...
Currently when sorting by an issue, the name of the jobs are random.
I would like to see them sorted as second criteria (in alphabetically ascending order)
This would group "similar" job names together and because our job names are structured for purpose, this would help.
This is a fair requirement. At the moment it does only sort by status as you mentioned, let's then use
Although it will be partially fixed since the sorted column works asc/desc but it's a global order rather than a partial one.
See the attached screenshots which shows the JL-2 column:
It seems much better than the current order, but there is a limitation of ordering based on two different columns.
Cheers