On Nov 21, 5:34 pm, doki_...@doki-pen.org wrote:
> In gmane.comp.version-control.subversion.trac.general, you wrote:
> > On Fri, 2009-11-20 at 14:14 -0800, Andy wrote:
> >> Hello,
> >> I am working at a startup company, and we are trying to figure out if
> >> we can link a 'comment' window on our website to Trac. Ideally, a
> >> website visitor could enter a comment, submit it, and it could create
> >> a new ticket in Trac for us to manage.
>
> > Aren't there things on trac hacks that let you add a ticket via e-mail?
> > If so, send a e-mail from the company site to your trac site.
>
> > I would have checked Trac Hacks now, but first it was down, and now it
> > just says "It works!" Obviously a bit of maintenance is in progress.
>
> Take a look at the email2trac plugin.  Your code should do the same
> thing only from a web form instead of an email.

You could have your form submit action invoke a cgi, or server side
applet that uses xmlrpc to connect to trac and create the ticket.

Could even just dump the contents to a special folder that a cron job
comes by and picks up every couple minutes...etc.

--

You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=.


Reply via email to