I am trying integrate Camunda spring boot app with Opsgenie space of our project. After adding Java SDK as the dependency, it's possible now to create alert to the Opsgenie project. But i need create incident (it is the type of alert as docs say), but i found only incident Rest API for this purpose - Java API creates only alerts.
Should i write custom implementation of this API method in Java? Help, please, thank you.