Modify

Opened 13 years ago

Closed 13 years ago

#7995 closed enhancement (fixed)

'% children resolved' in ticket list.

Reported by: anonymous Owned by: Mark Ryan
Priority: normal Component: ChildTicketsPlugin
Severity: minor Keywords:
Cc: Trac Release: 0.11

Description

(Disclaimer : I haven't installed this yet so the feature may exist, but I haven't seen it in the screenshots.)

In the ticket list display, how about a column indicating %age of children resolved? Or even a progress bar?

Attachments (1)

xofy_resolved.patch (455 bytes) - added by Mark Ryan 13 years ago.
Patch : Change display from 'Child Tickets' to 'Child Tickets - x of y Resolved'

Download all attachments as: .zip

Change History (3)

comment:1 Changed 13 years ago by liltor@…

+1 on this one, it would be a great feature.

Sugestion: Reslove the master (parent) ticket when all childs has bin marked resolved or closed, it should preferably folow default ticket work flow so if you have a workflow for enhancement to go to review it should be resolved to review not closed etc.

Changed 13 years ago by Mark Ryan

Attachment: xofy_resolved.patch added

Patch : Change display from 'Child Tickets' to 'Child Tickets - x of y Resolved'

comment:2 Changed 13 years ago by Mark Ryan

Resolution: fixed
Status: newclosed

There's already a 'ProgressMeterMacro' over on Trac-Hacks that works great with this plugin. It is possible (in Trac 0.12, at least!) to use macros in the ticket Description. This means you can use the 'ProgressMeterMacro' to get a really cool looking progress bar of open, resolved tickets, etc...

I think it also respects the newish features of being able to specify your own styles for different ticket states (ie. support for workflow, etc....)

For example, in order to get a progress bar of all child-tickets for ticket number '42', you'd simply use the following macro definition:

[[ProgressMeter(parent=#42)]]

(NOTE: The '#' before the ticket number is important as it is this value what is defined in the 'parent' ticket-custom field).

I have taken a look at inserting a simple 'x of y Resolved' on the 'Child Tickets' header but I think it begins to look a bit cluttered. If you would like this for your own organisation, I've added it as a diff/patch file to this ticket.

Thanks for requesting this - it made me go and test the progressmeter macro - I'll be updating the ChildTicketsPlugin home page to include the usefulness of this macro!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Mark Ryan.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.