On Wed, Jun 3, 2015 at 1:17 PM, Ross Ragsdale <[email protected]> wrote:
> Hello! > > I'm currently working with StackStorm <http://stackstorm.com/>to build a > integration pack for Trac. > > Does anyone know if Trac supports any outbound integration with external > tools? > > In simple terms, enabling triggers to be fired off when new tickets are > added, changed... etc. > > Thanks, > Ross > Hello Ross, Trac has many interfaces for event listeners. For ticket changes, have a look at ITicketChangeListener. http://trac.edgewall.org/wiki/TracDev/PluginDevelopment/ExtensionPoints - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
