HowTo TreeQuery » History » Version 1
Jonas Hellström, 2010-06-21 19:59
First version of explaining hot to group tasks and subtasks in a tree-like custom query
1 | 1 | Jonas Hellström | h1. Creating a tree-like custom query issue list |
---|---|---|---|
2 | |||
3 | It can be somewhat confusing when you first start out with parent/subtasks as the Issue list's standard queries might sort and group in an order that is not fit for a tree-like view. |
||
4 | |||
5 | # Start out with the standard issue list "View all issues". |
||
6 | # Click the "Save"-button. |
||
7 | |||
8 | Now, this custom query dialog will provide you with a few options but most importantly |
||
9 | * *The first sort rule should be set to "Parent task", "Ascending".* |
||
10 | * *You have to make sure the column "Subject" is visible.* |
||
11 | |||
12 | This will make sure your issues are sorted in a parent/child relationship order, which is great for the presentation of related issues. |
||
13 | |||
14 | There is however a catch. If you add grouping or multiple sort orders, this will most likely break the "magic" behind the tree-like presentation, so experiment a lot with and see what fits you best! |