Changes between Version 12 and Version 13 of EstimationToolsPlugin


Ignore:
Timestamp:
Nov 3, 2008, 10:14:06 PM (15 years ago)
Author:
Joachim Hoessler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EstimationToolsPlugin

    v12 v13  
    4242estimatedhours.value = 0
    4343}}}
    44  * if you want to use another field than {{{estimatedhours}}}, (e.g, {{{hours_remaining}}}), specify it here:
    45 {{{
    46 [estimation-tools]
    47 estimation_field = hours_remaining
    48 }}}
    49  * and, finally, enable the plugin
     44 * enable the plugin
    5045{{{
    5146[components]
    5247estimationtools.* = enabled
     48}}}
     49 * further configurations go here
     50{{{
     51[estimation-tools]
     52estimation_field = hours_remaining    # if you want to use another field than estimatedhours
     53closed_states = closed,another_state  # Set to a comma separated list of workflow states
     54                                      # that count as zero in BurnDownChart. Defaults to 'closed'
     55estimation_suffix = points            # Suffix used for estimations. Defaults to 'h'
    5356}}}
    5457 
     
    6871 * `enddate`: end date of the period. If omitted, it defaults to either the milestones (if given) `completed' date,
    6972   or `due`date, or today (in that order) (ISO8601 format)
    70  * `closedstates`: Set to a |-separated list of workflow states that count as "closed", where the effort will be treated as zero,
    71    e.g. `closedstates=closed|another_state`. Defaults to `closed`.
    7273 * `width`: width of resulting diagram (defaults to 800)
    7374 * `height`: height of resulting diagram (defaults to 200)