Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.1
-
Component/s: announcement
-
Labels:None
-
Number of attachments :
Description
The announcement mojo doesn't respect the Jira authentication settings (jiraUser and jiraPassword). It instantiates a JiraDownloader but never applies these settings. It should do something like JiraMojo, which calls setJiraDownloaderParameters() to make sure all values are set.
Patch for accessing a JIRA instance that requires authentication, mostly following what was done in the JiraMojo.