I want to parse the JIRA webhook json and get java beans. Is there a library for that or do I need to write the beans myself?
If the library exists, what is the maven dependency?
Community moderators have prevented the ability to post new answers.
Hi Geoff,
You can try to copy the issue bean from JIRA sources but I am not sure if it's work of the effort.
In case if you are interested in couple of fields it would be easier to start with a project have jersey dependency and parsing the JSON into map.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.