Changes between Version 4 and Version 5 of ChildTicketsPlugin/Examples


Ignore:
Timestamp:
Jan 5, 2012, 8:56:17 PM (12 years ago)
Author:
Mark Ryan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChildTicketsPlugin/Examples

    v4 v5  
    77Since trac 0.12 has the nice looking 'collapsible' areas for 'Attachments' and 'Modify Ticket' sections, I have decided to use these for the child ticket tables. It is now possible (and looks much nicer, I think!) to hide the child tickets as they are incorporated into there own collapsible section.
    88
    9 [[Image(wiki:ChildTicketsPlugin:NewChildTicketTable.png)]]
     9[[Image(wiki:ChildTicketsPlugin:NewChildTicketTable.png,border=1)]]
    1010
    1111
     
    1414In my last job using trac with svn, we had a branch of development for each milestone of development plus a 'special' milestone to assign for hotfix/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) and this ticket would, after assessment from developers/project-mgr, have a bug-fix child-ticket created per milestone - each with its own life-cycle, priority, (sometimes) developer, etc ...
    1515
    16 [[Image(wiki:ChildTicketsPlugin:bug-report-example.jpg)]]
     16[[Image(wiki:ChildTicketsPlugin:bug-report-example.jpg,border=1)]]
    1717
    1818=== Handling sub-tasks from a single issue ===
     
    2020Probably self explanatory: you have something that needs to be done by several different people. Split it up into sub-tasks.
    2121
    22 [[Image(wiki:ChildTicketsPlugin:issue-example.jpg)]]
     22[[Image(wiki:ChildTicketsPlugin:issue-example.jpg,border=1)]]
    2323
    2424=== A New Feature generates bugs ===
     
    3030If you are using the above option, the available child types will be rendered as individual buttons.
    3131
    32 [[Image(wiki:ChildTicketsPlugin:MultipleChildType.png)]]
     32[[Image(wiki:ChildTicketsPlugin:MultipleChildType.png,border=1)]]
    3333
    3434=== Creating a Progress Bar for Child Tickets ===
     
    4242Then the following will appear in the ticket description:
    4343
    44 [[Image(wiki:ChildTicketsPlugin:progmeter_ticket.png)]]
     44[[Image(wiki:ChildTicketsPlugin:progmeter_ticket.png,border=1)]]