Open s1apped opened 3 years ago
Hi,
Looks like jira API changed some time ago and author name got removed from comment which is causing plugin to throw NullPointerException when extracting it:
String name = authorJson.getAsJsonPrimitive(NAME_KEY).getAsString();
Thanks.
This library currently does not support the latest JIRA API.
Hi,
Looks like jira API changed some time ago and author name got removed from comment which is causing plugin to throw NullPointerException when extracting it:
String name = authorJson.getAsJsonPrimitive(NAME_KEY).getAsString();
Thanks.