#3156: Export Milestone to CSV
---------------------------+------------------------------------------------
 Reporter:  anonymous      |       Owner:  daniel       
     Type:  defect         |      Status:  new          
 Priority:  high           |   Milestone:  0.9.6        
Component:  report system  |     Version:  0.9.4        
 Severity:  major          |    Keywords:  export to csv
---------------------------+------------------------------------------------
 == Problem ==
  There is no way to do postrelease ferensics.

 == Solution ==
  The current reporting in trac is limited to ticket status snapshots. This
 is helpful as a status indicator and for milestone tracking. I didn't see
 postmotam analysis tools on the roadmap. Features that facilitate
 milestone analysis would greatly improve Trac's exposure to project
 managers, product managers and executives.

  Including an export feature would get you 80% of the way. This would
 facilitate doing the analysis in excel while the integrated reporting
 tools are developed.

  When exporting the data, ticket properties should be exported as a single
 line record. A record should be constituted as any change or addition to
 the ticket. So if the status changes and nothing else the csv record
 shoudl include all ticket properties including the status change.

 ||Ticket|| Priority || description || Severity || Milestone||
 ||1||P1||TEST Ticket||normal||1.0||
 ||1||P1||New description|| normal|| 1.0||

 that would be exported as:
 {{{
 1,P1,TEST Ticket,normal,1.0
 1,P1,New description,normal, 1.0
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3156>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to