vistalogix wrote:
What would we need to do to create this integration?
Some planning for sure. There are a few articles around on how to build a plugin like system in .net. 0.8 has some plugin type systems using interfaces and loads assemblies dynamically if they implement the interface. See the notification plugins for an example.
I think a plugin system would raise events at certain points for plugins to handle . ie. Before saving an issue, after saving an issue. etc. and the issue would be passed as a command argument so that plugins could manipulate the issue or do external processing.
Here is a code project article on building a plugin system. http://www.codeproject.com/KB/macros/...