Changes between Version 32 and Version 33 of EstimationToolsPlugin


Ignore:
Timestamp:
May 10, 2011, 3:54:16 AM (13 years ago)
Author:
Adrian Fritz
Comment:

Missing HoursRemaining macro syntax.

Legend:

Unmodified
Added
Removed
Modified
  • EstimationToolsPlugin

    v32 v33  
    6262
    6363The macro accepts a comma-separated list of query parameters for the ticket selection, in the form "key=value" as specified in TracQuery#QueryLanguage.
    64    
     64
     65{{{
     66[[HoursRemaining([<query>])]]
     67}}}   
     68 Note ^3^:: argument it's not mandatory, if not given defaults to (T.B.D.)???
     69
    6570 '''Example:''' :: {{{Remaining effort to conclude this milestone: '''[[HoursRemaining(milestone=Sprint 1)]]''' hs.}}}
    6671 '''Results:''' :: Remaining effort to conclude this milestone: '''64''' hs.
    67 
    68  Note ^3^:: argument it's not mandatory, if not given defaults to (T.B.D.)???
    6972
    7073=== !WorkloadChart ===