My trac installation has the query module as the default handler for the “View Tickets” navigation item, which is great. The documentation says: We encourage you to try this configuration and report back what kind of features of reports you are missing, if any.
I would like to make a report that results in a table of tickets with these columns in this order: ticket number summary keywords custom date field (origin date) requester status custom field (time est) custom date field (start) due date owner custom field (a wiki link) Is it possible to do that? I can get some of the fields I want to show by adding a nop filter to the query, like field=~, but Requester and Owner seem mutually exclusive, I can only get one or the other. And I have no idea how to change the order of the columns. Is this possible using the TracQuery module? or must we configure trac to enable the SqlQueryMacro or the WikiTableMacro in order to create these custom reports? or use some other plugin or trac hack? Thanks, Marla --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
