You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Boué (JIRA)" <ji...@apache.org> on 2016/10/02 20:47:20 UTC

[jira] [Commented] (MCHANGES-373) It is not possible to use "filter" parameter

    [ https://issues.apache.org/jira/browse/MCHANGES-373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15540959#comment-15540959 ] 

Guillaume Boué commented on MCHANGES-373:
-----------------------------------------

Fixed in [r1763102|http://svn.apache.org/viewvc?view=revision&revision=1763102].

> It is not possible to use "filter" parameter
> --------------------------------------------
>
>                 Key: MCHANGES-373
>                 URL: https://issues.apache.org/jira/browse/MCHANGES-373
>             Project: Maven Changes Plugin
>          Issue Type: Bug
>          Components: jira
>    Affects Versions: 2.12
>            Reporter: Angel Cervera Claudio
>            Priority: Critical
>
> "filter" parameter is always ignored.
> The reason is that this parameter is not set:
> RestJiraDownloader.java line 145:
> new JqlQueryBuilder( log ).urlEncode( false ).project( jiraProject ).fixVersion( getFixFor() ).fixVersionIds( resolvedFixVersionIds ).statusIds( resolvedStatusIds ).priorityIds( resolvedPriorityIds ).resolutionIds( resolvedResolutionIds ).components( resolvedComponentIds ).typeIds( resolvedTypeIds ).sortColumnNames( sortColumnNames ).build();
>             



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)