Child issue indentation in the Issues view
Added by Daniel x over 6 years ago
Hi all,
as you can see in the attached image, children issues that are directly under their parent task, or only have sibling tasks between them and the parent task, get the Subject field "indented". This behaviour is very confusing, as, for example, the task 17 (that is also children of 10) does not get the subject field indented.
I would like to know if sorting the table hierarchically is possible, so the children tasks always appear just after the parent task, sorted according to the selected criteria, e.g. in the scenario on the picture, if we sort by issue number, the order would be^ # | Subject |
10 | A |
13 | > Y |
14 | > Z |
15 | > X |
17 | > W |
11 | C |
12 | B |
if we sort by Subject instead:
# | ^ Subject |
10 | A |
17 | > W |
15 | > X |
13 | > Y |
14 | > Z |
12 | B |
11 | C |
If this way of sorting is not possible, then I would like to know if the indenting can be disabled altogether, as I got multiple complaints about it being too distracting.
Thanks a lot.
redmine.png (17.7 KB) redmine.png |
Replies (1)
RE: Child issue indentation in the Issues view - Added by Anonymous over 6 years ago
Can't help on original problem. Maybe try tree-view-plugin like http://www.redmine.org/plugins/redmine_issues_tree
Cheers
Immanuel.