6 | | [[TicketChart(type = pie, factor=priority, query=status=!"closed"&type="defect"|"help_request", height=600, width=600, title = Open defects / help requests by priority )]] |
7 | | |
8 | | |
9 | | [[TicketChart(type = pie, factor = owner, query=status=!"closed", height=600, width=600, title = Unclosed tickets by owner (includes enhancements))]] |
| 6 | || [[TicketChart(type = pie, factor=priority, query=status=!"closed"&type="defect"|"help_request", height=600, width=600, title = Open defects / help requests by priority )]] || [[TicketChart(type = pie, factor = owner, query=status=!"closed", height=600, width=600, title = Unclosed tickets by owner (includes enhancements))]] || |
| 7 | || [[TicketChart(type = pie, factor=reporter, query=status=!"closed"&type="defect"|"help_request", height=600, width=600, title = Open defects / help requests by reporter )]] || [[TicketChart(type = pie, factor = owner, query=status=!"closed"&type="defect"|"help_request",priority="normal (Priority 3)"|"high (Priority 2)"|"critical (Priority 1)", height=600, width=600, title = Unclosed defects/help requests by owner (includes normal, high, and critical priority))]] || |