Summary Page - Rollup of subproject data v1.1.1

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
qvii
Posts: 4
Joined: 04 Mar 2008, 21:38

Summary Page - Rollup of subproject data v1.1.1

Post by qvii »

Is there a way (built in) to have the Summary Page roll up the bug count information for all of the subprojects.

For example, say you have 3 projects...Master Project has 5 open issues & 1 resolved, Subproject1 has 3 open issues and Subproject2 has 2 closed issues.

So the Summary page (By Product) should look like this

Code: Select all

                          open    resolved    closed    total
Master Project             8          1          2       11
>SubProject1               3          0          0        3
>SubProject2               0          0          2        2
OR

Code: Select all

                          open    resolved    closed    total
Master Project             5          1          0        6
>SubProject1               3          0          0        3
>SubProject2               0          0          2        2
Total                      8          1          2       11
Thanks
Post Reply