Open
Description
Hi @alexeyOnGitHub & Co
How to update an issue with api 4? Like below i'm getting a NullPointerException in bean.Issue.update(). Same with issue.update();
This worked though in earlier versions.
issue.getCustomFieldByName("kontrolle").setValue("1");
issue.getCustomFieldByName("itf_datei").setValue(itf);
issue.setDescription(desc);
issue.setSubject(subject);
mgr.getIssueManager().update(issue);
thanks for help!