Changes between Version 3 and Version 4 of StatusHistoryChartMacro


Ignore:
Timestamp:
May 2, 2013, 9:24:28 AM (11 years ago)
Author:
matobaa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StatusHistoryChartMacro

    v3 v4  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Plot a graph of ticket's status change history. =
     3= Plot a graph of ticket's ~~status~~ field change history. =
    44
    55== Description ==
    66
    7 Plot a graph of ticket's status change history.
     7Plot a graph of ticket's field change history.
    88 without arguments::
    9   If argument is omitted, use following:
    109  - Result for report or query, if used on report description.
    1110  - Bound for milestone, if used on milestone description.
    12   - Your last query result. You Feeling Lucky!
     11  - Your last query result. You're Feeling Lucky!
    1312 args::
    1413  - If you want to add filter, use TracQuery#QueryLanguage.
    1514 Yaxis options::
    16   Use '''{{{format}}}''' parameter in query for yaxis values.
    17   slash {{{/}}} separated column name or {{{*}}} for wildcard.
    18   default: {{{new/assigned/accepted/closed/*}}}
     15  - Use '''{{{report}}}''' parameter in query for field name to plot.[[BR]]
     16  default: {{{status}}}
     17  - Use '''{{{format}}}''' parameter in query for yaxis values.[[BR]]
     18  slash {{{/}}} separated column name or {{{*}}} for wildcard.[[BR]]
     19  default: options for the field, i.e. {{{new/assigned/accepted/closed/*}}} for status.
    1920
    2021== Bugs/Feature Requests ==
     
    4142[[StatusHistoryChart(owner=$USER&format=new/*/closed)]]
    4243[[StatusHistoryChart(type=$TYPE&format=new/*/closed)]]  (uses CGI parameter for $TYPE)
     44[[StatusHistoryChart(report=milestone)]]
     45[[StatusHistoryChart(report=owner&format=/somebody/*/matobaa/)]]
    4346}}}
    4447[[Image(StatusHistoryChartMacro.png)]]