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 | 1 | Jonas Hellström | |
3 | 1 | Jonas Hellström | 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 | 1 | Jonas Hellström | |
5 | 1 | Jonas Hellström | # Start out with the standard issue list "View all issues". |
6 | 1 | Jonas Hellström | # Click the "Save"-button. |
7 | 1 | Jonas Hellström | |
8 | 1 | Jonas Hellström | Now, this custom query dialog will provide you with a few options but most importantly |
9 | 1 | Jonas Hellström | * *The first sort rule should be set to "Parent task", "Ascending".* |
10 | 1 | Jonas Hellström | * *You have to make sure the column "Subject" is visible.* |
11 | 1 | Jonas Hellström | |
12 | 1 | Jonas Hellström | This will make sure your issues are sorted in a parent/child relationship order, which is great for the presentation of related issues. |
13 | 1 | Jonas Hellström | |
14 | 1 | Jonas Hellström | 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! |