Changes between Version 33 and Version 34 of EstimationToolsPlugin


Ignore:
Timestamp:
May 10, 2011, 1:29:15 PM (13 years ago)
Author:
Adrian Fritz
Comment:

Better formatting.

Legend:

Unmodified
Added
Removed
Modified
  • EstimationToolsPlugin

    v33 v34  
    1616
    1717{{{
    18 [[BurndownChart([<query>,]<startdate>,[<enddate>,][<weekends>,][<title>,][<expected>,][<gridlines>,]
    19       [<width>,][<height>,][<color>,][<colorexpected>,][<bgcolor>,][<wecolor>])]]
     18 [[BurndownChart([<query>,]<startdate>[,<enddate>][,<weekends>][,<title>][,<expected>][,<gridlines>]
     19      [,<width>][,<height>][,<color>][,<colorexpected>][,<bgcolor>][,<wecolor>])]]
    2020}}}
    2121
     
    2626||Argument      ||Plugin[[BR]]Version   ||Description   ||Default ||Example
    2727|| `query`|| || a comma-separated list of query parameters for the ticket selection, in the form "key=value" as specified in TracQuery#QueryLanguage. || || `milestone=2011-05,owner=adrian` ||
    28 || `startdate`|| || specifies the start date of the period `[YYYY-MM-DD ISO-8601 format]` '''mandatory''' || || `startdate=2011-05-10` ||
     28|| `startdate`|| || [''Required''] specifies the start date of the period `[YYYY-MM-DD ISO-8601 format]` || || `startdate=2011-05-10` ||
    2929|| `enddate`|| || end date of the period `[YYYY-MM-DD ISO-8601 format]` || In order (defaults on first given): `milestones` or `completed` date, or `due` date, or `today` || `enddate=2011-05-30` ||
    3030|| `weekends`|| || include weekends in chart `[true, false]` || `true` || `weekends=false` ||
     
    4343 '''Examples:''' ::
    4444{{{
    45 [[BurndownChart(milestone=Sprint 1, startdate=2011-01-01)]]
    46 [[BurndownChart(milestone=Release 3.0|Sprint 1, startdate=2011-01-01, enddate=2011-01-15,
    47    weekends=false, expected=100, gridlines=20, width=600, height=100, color=0000ff)]]
     45 [[BurndownChart(milestone=Sprint 1, startdate=2011-01-01)]]
     46 [[BurndownChart(milestone=Release 3.0|Sprint 1, startdate=2011-01-01, enddate=2011-01-15,
     47    weekends=false, expected=100, gridlines=20, width=600, height=100, color=0000ff)]]
    4848}}}
    4949 '''Results:''' ::
     
    6464
    6565{{{
    66 [[HoursRemaining([<query>])]]
     66 [[HoursRemaining([<query>])]]
    6767}}}   
    6868 Note ^3^:: argument it's not mandatory, if not given defaults to (T.B.D.)???
     
    7878
    7979{{{
    80  [WorkloadChart([<query>,][<width>,][<height>,][<color>])]]
     80 [WorkloadChart([<query>][,<width>][,<height>][,<color>])]]
    8181}}}
    8282