[[PageOutline(2-5,Contents,pullout)]] [[html(
)]] '''Known (Confirmed) Issues''' * There are issues that make this plugin appears to not work in certain cases. The issues are thought to be related to poor handling of the start and end dates (see #3412, #8296, #8330). * Does not work with PostgreSQL (#3899). '''Priority Enhancements''' '''News''' * 2010-01-10: TicketStatsMacro will be merged with the TracTicketStatsPlugin (#8140). [[html(
)]] = Trac Ticket Statistics = == Description == TracTicketStatsPlugin visualizes Trac ticket statistics. It plots the number of open tickets, the number of new tickets and the number of tickets closed. See also TicketChartsMacro, TracMetrixPlugin, TicketStatsMacro. == Requirements == This plugin was developed for Trac 0.11 with Genshi running Python 2.6. I have not tested this plugin in other environment so if you have any issues, create a [http://trac-hacks.org/newticket?component=TracTicketStatsPlugin&owner=rjollos new ticket] or fix them and submit a patch. ''Note:'' Seems also to work with Python 2.4. == Screenshots == [[Image(http://trac-hacks.org/attachment/wiki/TracTicketStatsPlugin/screenshot01.png?format=raw,50%)]] [[br]] Screenshot of v2.1 on our dev server. == Permissions == This plugin adds the permission TSTATS_VIEW. User must have this permission to view the ticket statistics page. == Bugs/Feature Requests == Existing bugs and feature requests for TracTicketStatsPlugin are [report:9?COMPONENT=TracTicketStatsPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracTicketStatsPlugin&owner=rjollos new ticket]. == Installation == Don't forget to add '''ticketstats.* = enabled''' to the [components] section of ''trac.ini''. The following options can be specified in ''trac.ini'' (default values are shown): {{{ [ticketstats] yui_base_url = http://yui.yahooapis.com/2.5.2 # Location of YUI API }}} == Download == Download the zipped source from [download:tracticketstatsplugin here].[[BR]] == Source == You can check out TracTicketStatsPlugin from [http://trac-hacks.org/svn/tracticketstatsplugin here] using Subversion, or [source:tracticketstatsplugin browse the source] with Trac. == Other Technologies Used == * [http://developer.yahoo.com/yui/charts YUI Charts] is used to render the graph. * Adobe flash player needs to be installed on the client. == Example == This plugin can be used to visualize the progress of a project by seeing the rate of tickets being created vs. tickets being closed. Graphs can be customized. == Recent Changes == [[ChangeLog(tracticketstatsplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:echo0101] [[BR]] '''Maintainer:''' rjollos [[BR]] '''Contributors:''' mixedpuppy (#3900), simon (#3921)