lesstif / jira-rest-client

JIRA REST client library for Java
Apache License 2.0
35 stars 27 forks source link

JSON deserialization - Adding missing fields #8

Closed pmauduit closed 5 years ago

pmauduit commented 5 years ago

I cannot exactly tell when our JIRA instance stopped functioning in regards to JSON deserialization, but I needed to add these fields in both classes to get the different objects working again.

Tests: runtime, no jackson deserialization exception encountered after this patch.

lesstif commented 5 years ago

@pmauduit thanks!