Changes between Version 7 and Version 8 of ChildTicketsPlugin/Examples


Ignore:
Timestamp:
Mar 29, 2016, 1:09:33 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • ChildTicketsPlugin/Examples

    v7 v8  
    77Trac 0.12 and above has the nice looking 'collapsible' areas for 'Attachments' and 'Modify Ticket' sections. These can be used for the child ticket tables. It is now possible (and looks much nicer!) to hide the child tickets as they are incorporated in their own collapsible section:
    88
    9 [[Image(wiki:ChildTicketsPlugin:NewChildTicketTable.png,border=1)]]
     9[[Image(wiki:ChildTicketsPlugin:NewChildTicketTable.png, border=2)]]
    1010
    1111
     
    1414Suppose you have a development branch for each milestone plus a 'special' milestone to assign for hotfix and patches. Rather than creating a single 'bug-fix' ticket and commenting on the ticket that the fix had been applied to milestone X on branch X, milestone Y on branch Y, etc, we would create a single 'bug-report' ticket with version info but no milestone. This ticket would, after assessment from developers/project-manager, have a bug-fix child-ticket created per milestone, each with its own life-cycle, priority, developer, etc:
    1515
    16 [[Image(wiki:ChildTicketsPlugin:bug-report-example.jpg,border=1)]]
     16[[Image(wiki:ChildTicketsPlugin:bug-report-example.jpg, border=2)]]
    1717
    1818
     
    2121Suppose you have a requirement that needs to be done by different people. Split it up into sub-tasks:
    2222
    23 [[Image(wiki:ChildTicketsPlugin:issue-example.jpg,border=1)]]
     23[[Image(wiki:ChildTicketsPlugin:issue-example.jpg, border=2)]]
    2424
    2525
     
    3232If you are using the above option, the available child types will be rendered as individual buttons:
    3333
    34 [[Image(wiki:ChildTicketsPlugin:MultipleChildType.png,border=1)]]
     34[[Image(wiki:ChildTicketsPlugin:MultipleChildType.png, border=2)]]
    3535
    3636
    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] 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:
     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{{{
     
    5252Then the following will appear in the ticket description:
    5353
    54 [[Image(wiki:ChildTicketsPlugin:progmeter_ticket.png,border=1)]]
     54[[Image(wiki:ChildTicketsPlugin:progmeter_ticket.png, border=2)]]