Changes between Version 8 and Version 9 of ChildTicketsPlugin/Examples
- Timestamp:
- Feb 21, 2017, 9:34:58 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChildTicketsPlugin/Examples
v8 v9 7 7 Trac 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: 8 8 9 [[Image( wiki:ChildTicketsPlugin:NewChildTicketTable.png, border=2)]]9 [[Image(ChildTicketsPlugin:NewChildTicketTable.png, border=2)]] 10 10 11 11 … … 14 14 Suppose 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: 15 15 16 [[Image( wiki:ChildTicketsPlugin:bug-report-example.jpg, border=2)]]16 [[Image(ChildTicketsPlugin:bug-report-example.jpg, border=2)]] 17 17 18 18 … … 21 21 Suppose you have a requirement that needs to be done by different people. Split it up into sub-tasks: 22 22 23 [[Image( wiki:ChildTicketsPlugin:issue-example.jpg, border=2)]]23 [[Image(ChildTicketsPlugin:issue-example.jpg, border=2)]] 24 24 25 25 … … 32 32 If you are using the above option, the available child types will be rendered as individual buttons: 33 33 34 [[Image( wiki:ChildTicketsPlugin:MultipleChildType.png, border=2)]]34 [[Image(ChildTicketsPlugin:MultipleChildType.png, border=2)]] 35 35 36 36 … … 52 52 Then the following will appear in the ticket description: 53 53 54 [[Image( wiki:ChildTicketsPlugin:progmeter_ticket.png, border=2)]]54 [[Image(ChildTicketsPlugin:progmeter_ticket.png, border=2)]]