Re: [opennms-devel] How to create a new Ticketing API plugin

2017-02-27 Thread Markus von RĂ¼den
Hi Josh, AFAIK there is at the moment no guide on how to do that. Ticket integrations are in opennms/features/ticketing/ -> https://github.com/OpenNMS/opennms/tree/develop/features/ticketing The plugin must be a maven module,

[opennms-devel] How to create a new Ticketing API plugin

2017-02-23 Thread Joshua McAdam
Hi Everyone, I am interested in creating a Ticketing API plugin for Zendesk to contribute to the project and after some prototyping have a working set of Java code I now need to turn into an OpenNMS plugin which is where I am a bit stuck. I've setup a development environment and can compile / dep