serenity-bdd / serenity-jira

14 stars 27 forks source link

Author name causing NullPointerException #116

Open s1apped opened 3 years ago

s1apped commented 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.

wakaleo commented 3 years ago

This library currently does not support the latest JIRA API.