After creating a webhook I'm getting a big JSON structure via POST. Is it possible to use a java Class/Bean from JIRA API to represent this structured object?
I need to create a Java REST service handling ticket events in our environment.
@Matteo Welcome to the community.
A simple answer to your question is, you can surely create Bean via response of web hook.
A more elaborated answer,
I hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.