Summary Page - Rollup of subproject data v1.1.1
Posted: 23 Sep 2008, 20:25
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
OR
Thanks
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
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