reload / github-security-jira

Github Action for integrating Security Alerts with JIRA
MIT License
53 stars 32 forks source link

JSON property "parent" must not be NULL #293

Closed jmike closed 1 year ago

jmike commented 1 year ago

Github action is breaking since yesterday with the following message...

In JsonMapper.php line 229:

  JSON property "parent" in class "JiraRestApi\Issue\IssueField" must not be   
  NULL

I assume Jira have changed their API to make parent a required field. Any ideas?

arnested commented 1 year ago

We are preparing a fix in https://github.com/reload/jira-security-issue/pull/53

Stay tuned.

jmike commented 1 year ago

Thank you very much 🙇