Changes between Version 8 and Version 9 of MilestoneTemplatePlugin


Ignore:
Timestamp:
Jul 10, 2019, 10:48:02 AM (5 years ago)
Author:
Cinc-th
Comment:

Added image and improved description section

Legend:

Unmodified
Added
Removed
Modified
  • MilestoneTemplatePlugin

    v8 v9  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Use templates from the wiki when creating milestones
     3= Use templates from the wiki when creating a new milestone
    44
    55== Description
    66
    7 This plugin allows you to dynamically create a page with a list of milestones using styling from a given template. Any wiki page with a name starting with ''MilestoneTemplates/'' can be used as a template. This works in a similar way as wiki page templates work, see PageTemplates.
     7This plugin allows you to create a new milestone using styling and information from a given template. For example your template may contain a predefined TicketQuery.
     8
     9Any wiki page with a name starting with ''MilestoneTemplates/'' can be used as a template. This works in a similar way as wiki page templates work, see PageTemplates.
    810
    911Examples for milestone template names:
    1012
    11 * MilestoneTemplates/MsTemplate
    1213* MilestoneTemplates/MyMilestoneTemplate
     14* MilestoneTemplates/Sprint
     15* MilestoneTemplates/Release
    1316
    14 Additionally there is a preview of the milestone description (where you may use WikiFormatting) since version 0.1.1.
     17When creating a new milestone you may use a dropdown list for selecting a template:
    1518
    16 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.
     19[[Image(milestone_select.png, border=1)]]
     20
     21The 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.
    1722
    1823Milestone 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.
    1924
    20 Add the following to your template page to create a list of milestones:
     25Add the following to your template page to create a list of tickets for the new milestone:
    2126
    2227{{{
     
    2530
    2631Parameters:
    27  max:: the maximum number of milestones to display
    28  status:: show only milestones with the given status
    29  milestone:: show the milestone with given milestone name $MILESTONE
    30  format:: use the given format to display the milestones
    31  col:: control what columns to display for each milestone
     32 max:: the maximum number of tickets to display
     33 status:: show only tickets with the given status
     34 milestone:: show tickets for the milestone with the given name. {{{$MILESTONE}}} will be replaced with the actual name.
     35 format:: use the given format to display the tickets
     36 col:: control what columns to display for each ticket
     37
     38Additionally there is a preview of the milestone description (where you may use WikiFormatting) since version 0.1.1.
    3239 
    3340== !Bugs/Feature Requests