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

Jobs Grid is sorted by the most nested name, rather than full path

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • dashboard-view-plugin
    • None
    • Jenkins 2.277.1
      Dashboard View 2.15

      When projects are nested a few folders deep, the sorting of the Jobs Grid only sorts by the last part of the path, rather than the full path.  This makes it difficult to find things in the grid.

       

      E.g. the jobs grid would display the following tasks in the following  order

      Project1/SubProject1/Task1
      Project1/SubProject2/Task1
      Project2/SubProject1/Task1
      Project2/SubProject2/Task1
      Project1/SubProject1/Task2
      Project1/SubProject2/Task2
      Project2/SubProject1/Task2
      Project2/SubProject2/Task2

      The correct order should be...

      Project1/SubProject1/Task1
      Project1/SubProject1/Task2
      Project1/SubProject2/Task1
      Project1/SubProject2/Task2
      Project2/SubProject1/Task1
      Project2/SubProject1/Task2
      Project2/SubProject2/Task1
      Project2/SubProject2/Task2

            tgr Tobias Gruetzmacher
            cs96and Alan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: