[
https://issues.apache.org/jira/browse/MCHANGES-373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15541019#comment-15541019
]
Hudson commented on MCHANGES-373:
---------------------------------
FAILURE: Integrated in Jenkins build maven-plugins #7333 (See
[https://builds.apache.org/job/maven-plugins/7333/])
[MCHANGES-373] It is not possible to use "filter" parameter
In the RestJiraDownloader, the "filter" parameter was ignored. This change adds
it to the list of parameters when building the JQL query. This closes #91.
(gboue: [http://svn.apache.org/viewvc/?view=rev&rev=1763102])
* (edit)
maven-changes-plugin/src/main/java/org/apache/maven/plugin/jira/RestJiraDownloader.java
> 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)