Changes between Version 8 and Version 9 of Czarships/Development
- Timestamp:
- 05/06/11 10:17:35 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Czarships/Development
v8 v9 3 3 I installed a few plugins to help manage tickets. Unfortunately it doesn't seem to currently support queries that involve creation dates... However the new Ticket Stats tab is somewhat useful to that end. By the way these charts are clickable! 4 4 5 [[TicketChart(type = stacked_bars, x_axis=priority, key=owner, query=status=!"closed"&type="defect"|"help_request"&order="priority", height=600, width=600, title = Open defects / help requests by priority )]] 5 [[TicketChart(type = stacked_bars, x_axis=owner, key=status, query=status=!"closed"&type="defect"|"help_request", height=600, width=600, title = Open defects / help requests by priority )]] 6 6 7 7 8 [[TicketChart(type = pie, factor = owner, query=status=!"closed", height=600, width=600, title = Unclosed tickets by owner (includes enhancements))]]