Are there java beans for the webhook events?

Geoff Fortytwo December 6, 2016

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?

1 answer

0 votes
Volodymyr Krupach
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 7, 2016

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.

Suggest an answer

Log in or Sign up to answer