I am using lables to create a hierarchy for a large amount of issues (as with subtasks and epics you basically have only 3 levels). I am naming labels 1-label-name-level-1, 2-label-name-level-2 , 3-label-name-level-3. Unfortunately the issues are not sorted as expected when I create a filter and sort by issues. They ARE sorted alphabetically for the first label but from the second label on the sorting is not alphabetical any more. The issues are often sorted like this (lines are issues in filter, strings are labels):
1-Features; 2-Tagging; 3-Plugin
1-Features; 2-Localization
1-Features; 2-Tagging; 3-Module
I don't see the system which the issues are ordered by. I would find it intuitive if the issues would be sorted by the labels alphabetically which would be in my example
1-Features; 2-Localization
1-Features; 2-Tagging; 3-Module
1-Features; 2-Tagging; 3-Plugin
Does anyone know how I can get such a sort order for labels in my filters?