
scott.mead at enterprisedb
Nov 2, 2009, 11:01 AM
Post #2 of 2
(61 views)
Permalink
|
On Mon, Nov 2, 2009 at 1:46 PM, David Starr <dstarr[at]trapeze.com> wrote: > > Hi I'd love to add a numerical column in my reports for each ticket's > (history) revision number. Is there an existing way to do it with Trac > query language or should I look at rolling a plug-in for this? I'm > running Trac 11.5 Thanks! > > I'd say that you'd have to roll your own. The ticket_change table doesn't store that data. You could just add a custom field to a ticket and populate them with a database-level trigger. --Scott --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users[at]googlegroups.com To unsubscribe from this group, send email to trac-users+unsubscribe[at]googlegroups.com For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
|