Changes between Version 5 and Version 6 of MilestoneTemplatePlugin


Ignore:
Timestamp:
Dec 17, 2016, 7:56:57 AM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • MilestoneTemplatePlugin

    v5 v6  
    1313
    1414Additionally there is a preview of the milestone description (where you may use WikiFormatting) since version 0.1.1.
     15
     16When creating a new milestone you may use a dropdown list for selecting a template. The contents of the template is used for the milestone description on creation. Note that the dropdown list is only available after creation of one or more template pages.
     17
     18Milestone templates may use the variable `$MILESTONE` for inserting the chosen milestone name into the description. This may be useful if the template contains a TracQuery with milestone parameter.
     19
     20{{{
     21[[TicketQuery(max=5,status=closed,milestone=$MILESTONE,format=table,col=resolution|summary|milestone)]]
     22}}}
    1523
    1624== !Bugs/Feature Requests
     
    4452There are no default templates after installation. You need to create wiki pages with prefix ''!MilestoneTemplates/'' by yourself.
    4553
    46 == Usage
    47 
    48 Examples for milestone template names:
    49 
    50 * !MilestoneTemplates/MsTemplate
    51 * !MilestoneTemplates/MyMilestoneTemplate
    52 
    53 When creating a new milestone you may use a dropdown list for selecting a template. The contents of the template is used for the milestone description on creation. Note that the dropdown list is only available after creation of one or more template pages.
    54 
    55 Milestone templates may use the variable ''$MILESTONE'' for inserting the chosen milestone name into the description. This may be useful if the template contains a TracQuery with milestone parameter.
    56 
    57 {{{
    58 [[TicketQuery(max=5,status=closed,milestone=$MILESTONE,format=table,col=resolution|summary|milestone)]]
    59 }}}
    60 
    6154== Recent Changes
    6255