Changes between Version 8 and Version 9 of ChildTicketTreeMacro


Ignore:
Timestamp:
Oct 1, 2016, 9:38:41 AM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • ChildTicketTreeMacro

    v8 v9  
    88
    99The macro is specifically for use with the ChildTicketsPlugin.
     10
     11Used alone in a ticket field, it will take the current ticket as the top level and print the tree:
     12{{{
     13[[ChildTicketTree]]
     14}}}
     15
     16Can be used in any wiki page anywhere and provides a tree for ticket with id '#1' ('1', that is without the '#' is also accepted):
     17{{{
     18[[ChildTicketTree(#1)]]
     19}}}
     20
     21The ticket number can also be explicitly given as an argument:
     22{{{
     23[[ChildTicketTree(ticket=1)]]
     24}}}
     25
     26Include the parent ticket in the output (default:false):
     27{{{
     28[[ChildTicketTree(root=true)]]
     29}}}
     30
     31Print the child ticket tree list within a border (actually a fieldset, the 'legend' is not modifiable):
     32{{{
     33[[ChildTicketTree(border=true)]]
     34}}}
    1035
    1136== Bugs/Feature Requests
     
    2752You can check out ChildTicketTreeMacro from [/svn/childtickettreemacro here] using Subversion, or [source:childtickettreemacro browse the source] with Trac.
    2853
    29 == Examples
    30 
    31 Used alone in a ticket field, will take the current ticket as the top level and print the tree:
    32 {{{
    33 [[ChildTicketTree]]
    34 }}}
    35 
    36 Can be used in any wiki page anywhere and provides a tree for ticket with id '#1' ('1' ie. without '#' also accepted):
    37 {{{
    38 [[ChildTicketTree(#1)]]
    39 }}}
    40 
    41 The ticket number can also be explicitly given as an argument:
    42 {{{
    43 [[ChildTicketTree(ticket=1)]]
    44 }}}
    45 
    46 Include the parent ticket in the output (default:false):
    47 {{{
    48 [[ChildTicketTree(root=true)]]
    49 }}}
    50 
    51 Print the child ticket tree list within a border (actually a fieldset, the 'legend' is not modifiable):
    52 {{{
    53 [[ChildTicketTree(border=true)]]
    54 }}}
    55 
    5654== Recent Changes
    5755