On 05/05/2011 11:40 PM, Kane Wang wrote:
Is it possible when we create a ticket (clicking "create ticket" button) or close the ticket (choose resolved and submit change), we could call some external application or web service (we do have command line app and webservice for the internal time tracking system)?
You can always write a plugin which does exactly this. There is an API which lets you get called when tickets are created and/or change state, (ITicketChangeListener comes to mind, you could search for that in the code and see where it leads you) and you can have that poke your external system and do the right thing.
-- Matthew Caron Build Engineer Sixnet | www.sixnet.com O +1 518 877 5173 Ext. 138 F +1 518 602 9209 [email protected] -- 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.
