Hi, Am Sonntag, 2. Februar 2014 21:41:21 UTC+1 schrieb Kristian Nørgaard: > > > I have found out how to display the sum of remaining hours for a > milestone, but only by manually entering a macro in the description field > for the milestone. > Is there any more automatic way of using these macros that I have overseen? >
No, there isn't any other way of using it. You can insert it at any place where wiki formatting is possible. > > How are you using them? > 1. description field of milestone 2. description field of version 3. project wiki startpage > Can the macro parameters somehow be dynamically set? > No, you can't. > Share your macros... for which views are you using which macros and how? > [/version/blabla] contains || [[BurndownChart(version=blabla,startdate=2014-01-<dayOfPreviousVersionRelease>,enddate=2014-03-<dayOfPlannedReleaseOfThisVersion>,weekends=false,title=,width=500,height=250,label=Rest)]] || [[WorkloadChart(version=blabla,status!=closed,width=400,height=133)]] || [/milestone/blabla] contains || [[BurndownChart(milestone=blabla,startdate=2014-01-<dayOfPreviousVersionRelease>,enddate=2014-03-<dayOfPlannedReleaseOfThisVersion>,weekends=false,title=,width=500,height=250,label=Rest)]] || [[WorkloadChart(milestone=blabla,status!=closed,width=400,height=133)]] || [wiki:Foo] contains: [[BurndownChart(project=Foo, startdate=2013-07-<dayOfFirstActivity>,weekends=false,label=Rest)]] [[WorkloadChart(project=Foo)]] CU, F@lk -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
