Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author name causing NullPointerException #116

Open
s1apped opened this issue May 7, 2021 · 1 comment
Open

Author name causing NullPointerException #116

s1apped opened this issue May 7, 2021 · 1 comment

Comments

@s1apped
Copy link

s1apped commented May 7, 2021

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
Copy link
Member

wakaleo commented May 7, 2021

This library currently does not support the latest JIRA API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants