Changes between Version 8 and Version 9 of ChildTicketsPlugin/Examples


Ignore:
Timestamp:
Feb 21, 2017, 9:34:58 AM (7 years ago)
Author:
Kevin F. Quinn
Comment:

The wiki: prefix in image links was directing to c2.com, where the images were failing to load. Removing the wiki: prefix allows the images to be found locally.

Legend:

Unmodified
Added
Removed
Modified
  • ChildTicketsPlugin/Examples

    v8 v9  
    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=2)]]
     9[[Image(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=2)]]
     16[[Image(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=2)]]
     23[[Image(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=2)]]
     34[[Image(ChildTicketsPlugin:MultipleChildType.png, border=2)]]
    3535
    3636
     
    5252Then the following will appear in the ticket description:
    5353
    54 [[Image(wiki:ChildTicketsPlugin:progmeter_ticket.png, border=2)]]
     54[[Image(ChildTicketsPlugin:progmeter_ticket.png, border=2)]]