You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2010/08/18 22:35:32 UTC

[jira] Closed: (MCHANGES-204) Invalid JIRA issues are selected to report

     [ http://jira.codehaus.org/browse/MCHANGES-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MCHANGES-204.
------------------------------------

    Resolution: Won't Fix

Because it is bad practice.

> Invalid JIRA issues are selected to report
> ------------------------------------------
>
>                 Key: MCHANGES-204
>                 URL: http://jira.codehaus.org/browse/MCHANGES-204
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Improvement
>          Components: jira-report
>    Affects Versions: 2.3
>            Reporter: Krashan Brahmanjara
>
> If Jira contains tasks for version not specified or version with '-SNAPSHOT' suffix that are no reported items.
> Current code cut -SNAPSHOT from current version so nothing is selected.
> Patch  for JiraReportGenerator
> line 409
> {noformat}
> -  //if ( issue.getFixVersion() != null && issue.getFixVersion().equals( releaseVersion ) )
> +    if ( issue.getFixVersion() == null || issue.getFixVersion().equals( releaseVersion ) ||          issue.getFixVersion().equals( currentVersion ))
> {noformat}

-- 
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