> I would then like to auto export this line from each ticket belonging to > a milestone to a file in a format like:
To offer another option that might be close enough to what you want, if you can use the Query module to generate a report with the fields you want, there are links at the bottom of that page to download that data in various other formats like CSV or as an RSS feed. You can capture the URL's for those links and you could write a simple external utility to grab that data and reformat it to whatever specific format you need. Every time you fetched the URL you'd get current information. So if you can produce an appropriate query, you can get the data without having to change anything in Trac itself. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
