[
https://issues.apache.org/jira/browse/MCHANGES-373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15540962#comment-15540962
]
ASF GitHub Bot commented on MCHANGES-373:
-----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/maven-plugins/pull/91
> 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
> Assignee: Guillaume Boué
> 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)