You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Martin Ellis (JIRA)" <ji...@codehaus.org> on 2008/11/23 15:37:19 UTC

[jira] Created: (MCHANGES-135) JIRA links on changes report are broken

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

        

[jira] Closed: (MCHANGES-135) JIRA links on changes report are broken

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGES-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MCHANGES-135.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3
         Assignee: Dennis Lundberg

The URL to the issue tracker is dependent on both which issue tracker you use and also on which version of the issue tracker you use.

For the version of JIRA that is at Codehaus you should use this configuration string:
%URL%/%ISSUE%

I have added that to the plugins own configuration, so that the link will be correct on the site in the next version. Added in [r884601|http://svn.apache.org/viewvc?view=revision&revision=884601].

> 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
>            Assignee: Dennis Lundberg
>             Fix For: 2.3
>
>
> 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