Actions
Feature #1778
closedVersion sorting
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Resolution:
Description
I've added some version into my project and it looks like:
build 4
build 5
build 3
But how I can to sort it for:
build 5
build 4
build 3
or
build 3
build 4
build 5
I think it's important feature.
Actions