=== Introduction ===
Icestack plugins allow Icestack to be integrated with your choosen Backend
System (e.g. CRM, ticketing or helpdesk solution).
For more information on plugins, see http://www.icestack.com/cms/developer-api
=== Git Repository ===
At the top level we have a working example of a Icestack plugin for RT called
RTPlugin.java and the associated RT perl module called RequestUpdateCallback.pm
Have a look at these (in particular RTPlugin.java) to see the sort of logic
that needs to be implemented to develop a fully functional plugin for Icestack.
In the directory com/yourcompanyname/icestack/bsp/plugin we have a Template
that you can use as a starting point for new plugins and a Junit based test
harness for testing your new class.
=== Implementation ==
Currently to have a new Backend Service Provider (BSP) Plugin Module
implemented and released live into the Icestack production system, it is
necessary to contact api@icestack.com and to submit your tested plugin class.
For information on implementing a Service Request Update from a BSP to
Icestack, please see ServiceRequestUpdate_README.txt in this directory.
If you have any questions please also contact api@icestack.com