Am 09.02.11 16:28, schrieb plt: > Hi, > I want to build in a virtual field in trac that always outputs a piece of wikitext with a particular value > [[TicketQuery(parent=#%s)]] % id > I can't find documentation on how I would go about this. Could someone point me in the right direction. What I am trying to do is create a field that can be added to reports that outputs a table of child tickets so I get a hierarchical report. I posted this on the users list earlier but it looks like theres no way to do this with the current setup. I would add it as a patch to childticketplugin > Pete >
OTOH the report module is not as flexible as you would like it to be, especially grouping of tickets by for example a parent ticket id is not directly possible and requires some major work on behalf of the report module. Regards Carsten -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en.
