Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-41577

Sort items and other objects naturally (alphanum ordering)

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • core
    • CentOS 7 x64
      v2.43

      This is primarily a cosmetic issue, but natural ordering of jobs should take into account the ordering of double-digit numbers (i.e. 10 is on the list immediately after 1).

      So instead of the following:

      • Project (1) - DEV - Build and Test
      • Project (10) - PRD - Build and Test
      • Project (11) - PRD - Deploy to Production
      • Project (2) - DEV - Deploy to Development

      I should see:

      • Project (1) - DEV - Build and Test
      • Project (2) - DEV - Deploy to Development
      • ...
      • Project (10) - PRD - Build and Test
      • Project (11) - PRD - Deploy to Production

            Unassigned Unassigned
            signus S
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: