Changes between Version 6 and Version 7 of ChildTicketsPlugin/Examples


Ignore:
Timestamp:
Mar 4, 2016, 1:12:40 PM (8 years ago)
Author:
Peter Theobald
Comment:

TicketQuery macro now supports progress bars so no additional plugin needed. Added example while keeping original reference to ProgressMeter macro

Legend:

Unmodified
Added
Removed
Modified
  • ChildTicketsPlugin/Examples

    v6 v7  
    3737=== Creating a Progress Bar for Child Tickets
    3838
    39 If you have a lot of child tickets for one parent, and want an overview of those tickets, you can use the ProgressMeterMacro as provided by [wiki:qwp0]. In order to use this, simply provide the 'parent' as the only search query. For example, if you put the following macro definition in your ticket description:
     39If you have a lot of child tickets for one parent, and want an overview of those tickets, you can use the ProgressMeterMacro as provided by [wiki:qwp0] or set format to 'progress' in the TicketQuery macro. In order to use this, simply provide the 'parent' as the only search query. For example, if you put the following macro definition in your ticket description:
    4040
    4141{{{
     
    4343}}}
    4444
     45or
     46
     47{{{
     48[[TicketQuery(parent=#1,format=progress)]]
     49}}}
     50
     51
    4552Then the following will appear in the ticket description:
    4653