Hi Shelly, > I have created a custom query and I would like it to bring back > References and Referenced by data. I selected these as columns to be > returned in my query. It is not bringing back data for these columns > it is only putting dashes in the column instead. Can someone tell me > how to fix this?
Sorry you didn't get an answer for so long. Is this still a problem for you? The short answer is that the Query Module of trac is very much built around pretty directly translating the query to SQL that queries against one table (the ticket table). Since these links are stored separately (it is a many to many relationsip) this doesn't work so easily. But perhaps you can go a different route and create a custom backlog which is basically a custom query against the ticket table but which explicitly uses the hierarchy information. There are also many ways to filter them and it may be that your usecase can be handled there. Regards, Martin
-- Follow Agilo on Twitter: http://twitter.com/agiloforscrum ----- You received this message because you are subscribed to the Google Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH http://www.agile42.com and is focused in supporting Agilo for Scrum users. 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/agilo?hl=en

