-
Notifications
You must be signed in to change notification settings - Fork 11
Description
I have been trying out a basic configuration of this plugin and am getting the error that the plugin Failed creating a Jira issue.
The logs say:
ERROR [JiraAlarmCallback] Error creating JIRA issue=Failed to retrieve issue metadata, Cause=null
I am only providing non-optional fields and I have also checked that the user is able to create and edit issues in Jira. Furthermore, the project key and issue type already exists.
We are using Graylog 3 and Jira 8.1.0.
I have also looked into the jira-client library which is throwing this error and it seems that the error is thrown right here.
I am not sure whether this problem is located with our Jira, with graylog 3 (which I dont know is whether its supported), with my configuration or with the jira-client. I would appreciate any tips. Thank you!