Contents
Plot a graph of ticket's status field change history.
Description
Plot a graph of ticket's field change history.
- without arguments
-
- Result for report or query, if used on report description.
- Bound for milestone, if used on milestone description.
- Your last query result. You're Feeling Lucky!
- args
-
- If you want to add filter, use TracQuery#QueryLanguage.
- Yaxis options
-
- Use report parameter in query for field name to plot. ([13030])
default: status - Use format parameter in query for yaxis values.
slash / separated column name or * for wildcard.
two or more value can use in one, i.e. /new/assigned+accepted AS in progress/closed ([13031])
default: options for the field, i.e. new/assigned/accepted/closed/* for status.
- Use report parameter in query for field name to plot. ([13030])
Bugs/Feature Requests
Existing bugs and feature requests for StatusHistoryChartMacro are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out StatusHistoryChartMacro from here using Subversion, or browse the source with Trac.
Example
[[StatusHistoryChart]] [[StatusHistoryChart(format=new/*/closed)]] [[StatusHistoryChart(format=new/accepted+assigned AS in progress/closed)]] [[StatusHistoryChart(owner=$USER&format=new/*/closed)]] [[StatusHistoryChart(type=$TYPE&format=new/*/closed)]] (uses CGI parameter for $TYPE) [[StatusHistoryChart(report=milestone)]] [[StatusHistoryChart(report=owner&format=/somebody/*/matobaa/)]]
Recent Changes
- [13114] by matobaa on 2013-05-13 16:14:38
-
StatusHistoryChartMacro: i18n on the query link
- [13113] by matobaa on 2013-05-13 16:00:20
-
StatusHistoryChartMacro: added the query link if you're feeling lucky.
- [13087] by matobaa on 2013-05-11 17:56:54
-
StatusHistoryChartMacro: refined Error message when no context and no content.
Author/Contributors
Last modified 7 weeks ago
Last modified on May 3, 2013 7:36:08 AM
Attachments (1)
- StatusHistoryChartMacro.png (71.1 KB) - added by matobaa 4 months ago.
Download all attachments as: .zip


