plt wrote:
> Hi,
> I'm building a system using childticketsplugin and I want to setup my
> reports to show subtables of all child tickets. I have this working
> using a textarea wiki field containing [[TicketQuery(parent=#1)]]
> which correctly lists all the child tickets of ticket #1. The problem
> is I cannot find a way to automatically add in the current ticket
> number in a way that will work correctly in a report.Is it possible
> to do something like this [[TicketQuery(parent=#$ID)]] where the ID
> variable is read in on each row? Or is there a way to dynamically
> hardcode the ticket id when its saved or to create a virtual field
> that returns wikitext? Pete        

I would love $ID, $MILESTONE, etc. but I don't believe they exist.

My solution was to use Subtickets plugin which includes a table of
descendants.  (I ported all the configuration flexabililty of
ChildTickets to Subtickets and submitted patches.)

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" 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-users?hl=en.

Reply via email to