Changes between Version 8 and Version 9 of Czarships/Development


Ignore:
Timestamp:
05/06/11 10:17:35 (14 years ago)
Author:
Jonathan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Czarships/Development

    v8 v9  
    33I 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!
    44
    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
    67
    78[[TicketChart(type = pie, factor = owner, query=status=!"closed", height=600, width=600, title = Unclosed tickets by owner (includes enhancements))]]