On Sun, Jul 4, 2010 at 11:50 AM, Noah Kantrowitz <[email protected]> wrote:
> On Jul 4, 2010, at 9:36 AM, Leif wrote:
>
>> Hi,
>>
>> It is possible to let Trac send an Overview of all tickets (Maybe based on a
>> Report) let say every mondy morning ?
>
> A general issue with webapps is that they can't do time-based stuffs since
> they don't have any real persistence of their own. You could probably make a
> little script that grabs the contents of a report and formats it into an
> email, but it has to be run by something like cron.
>
If you're following this approach , please notice that TracGViz plugin
[1]_ (XmlRpcPlugin is a dependency ;o) provides RPC handlers to access
report data from remote (e.g. via XML-RPC, JSON-RPC or any other
protocol supported by XmlRpcPlugin or extensions if using version >
1.1.0 ) . Probably useful to write the script (using a CI tool or not
;o)
.. [1] TracGViz download @ PyPI
(http://pypi.python.org/pypi/TracGViz)
--
Regards,
Olemis.
Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/
Featured article:
--
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.