Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: plugin-proposals
-
Labels:None
-
Environment:Platform: All, OS: All
-
Similar Issues:
Description
the gui and the documentation say that
username and password of a jira site are optional.
If I leave them blank, I don't get links in the change log, but a NPE in the
hudson log:
Caused by: java.lang.NullPointerException
at hudson.plugins.jira.JiraSite.getProjectKeys(JiraSite.java:109)
at hudson.plugins.jira.JiraSite.existsIssue(JiraSite.java:165)
at
hudson.plugins.jira.JiraChangeLogAnnotator.annotate(JiraChangeLogAnnotator.java:28)
at hudson.scm.ChangeLogSet$Entry.getMsgAnnotated(ChangeLogSet.java:117)
I'm using version 1.6 of the plugin