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
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.

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 05/13/13 16:14:38

StatusHistoryChartMacro: i18n on the query link

[13113] by matobaa on 05/13/13 16:00:20

StatusHistoryChartMacro: added the query link if you're feeling lucky.

[13087] by matobaa on 05/11/13 17:56:54

StatusHistoryChartMacro: refined Error message when no context and no content.

[13077] by matobaa on 05/11/13 04:12:37

StatusHistoryChartMacro: rewrote macro description

Author/Contributors

Author: matobaa
Maintainer: matobaa
Contributors:

Attachments