JIRA links on changes report are broken ---------------------------------------
Key: MCHANGES-135 URL: http://jira.codehaus.org/browse/MCHANGES-135 Project: Maven 2.x Changes Plugin Issue Type: Bug Components: changes-report Affects Versions: 2.0 Reporter: Martin Ellis See the sample changes report for an example of what I mean: http://maven.apache.org/plugins/maven-changes-plugin/changes-report.html The link to MPJIRA-11 on this page is broken - it points to the following page, which is an error message: http://jira.codehaus.org/browse/ViewIssue.jspa?key=MPJIRA-11 This appears to be because the issueLinkTemplate has an inappropriate default value: %URL%/ViewIssue.jspa?key=%ISSUE% according to http://maven.apache.org/plugins/maven-changes-plugin/changes-report-mojo.html A default value of of %URL%/%ISSUE% would result in the following link, which does work: http://jira.codehaus.org/browse/MPJIRA-11 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira