Project Status
This page provides summary information and links to detail pages - all intended to provide an overview on the project status
Basic statistics
See forgotten tickets (no updates within the last 100 days)
See hot tickets (updated within the last 30 days)
Ticket Statistics
GChart(type="pie", chs="500x300", chtt="Open Tickets Per Component", query="select component, count(*) from ticket where not status = 'closed' group by component order by component", columns=[('x', 'labels'), ('y', 'scaled')])? GChart(type="pie", chs="500x300", chtt="Open Tickets Per Owner", query="select owner, count(*) from ticket where not status = 'closed' group by owner", columns=[('x', 'labels'), ('y', 'scaled')])?
GChart(type="pie", chs="500x300", chtt="Open Tickets Per Milestone", query="select milestone, count(*) from ticket where not status = 'closed' group by milestone", columns=[('x', 'labels'), ('y', 'scaled')])? GChart(type="pie", chs="500x300", chtt="Open Tickets Per Status", query="select status, count(*) from ticket where not status = 'closed' group by status", columns=[('x', 'labels'), ('y', 'scaled')])?
GChart(type="pie", chs="500x300", chtt="Closed Tickets Per Resolution", query="select resolution, count(*) from ticket where status = 'closed' group by resolution", columns=[('x', 'labels'), ('y', 'scaled')])? GChart(type="pie", chs="500x300", chtt="Tickets Per Version", query="select version, count(*) from ticket group by version", columns=[('x', 'labels'), ('y', 'scaled')])?
GChart(type="pie", chs="500x300", chtt="All Tickets by Type", query="select type, count(*) from ticket group by type", columns=[('x', 'labels'), ('y', 'scaled')])? GChart(type="pie", chs="500x300", chtt="Tickets Per Priority", query="select priority, count(*) from ticket group by priority", columns=[('x', 'labels'), ('y', 'scaled')])?
