[
https://issues.apache.org/jira/browse/MCHANGES-373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15445639#comment-15445639
]
ASF GitHub Bot commented on MCHANGES-373:
-----------------------------------------
GitHub user mpet opened a pull request:
https://github.com/apache/maven-plugins/pull/91
MCHANGES-373
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mpet/maven-plugins MCHANGES-373
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-plugins/pull/91.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #91
----
commit 699dd3bf3649c150913a0dd1eda25966bc6f6f1c
Author: mike <[email protected]>
Date: 2016-08-29T11:39:24Z
MCHANGES-373
----
> 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)