You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2019/12/23 02:19:00 UTC

[jira] [Updated] (MCHANGES-353) The RestJiraDownloader ignores the filter property.

     [ https://issues.apache.org/jira/browse/MCHANGES-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliotte Rusty Harold updated MCHANGES-353:
-------------------------------------------
    Labels: GoodForNewContributors  (was: )

> The RestJiraDownloader ignores the filter property.
> ---------------------------------------------------
>
>                 Key: MCHANGES-353
>                 URL: https://issues.apache.org/jira/browse/MCHANGES-353
>             Project: Maven Changes Plugin
>          Issue Type: Bug
>    Affects Versions: 2.11
>            Reporter: Lucas Hahn
>            Priority: Major
>              Labels: GoodForNewContributors
>
> In RestJiraDownloader the JQL query is created as such:
> {code}
> String jqlQuery = new JqlQueryBuilder( log ).urlEncode( false ).project( jiraProject ).fixVersion(getFixFor() ).fixVersionIds( resolvedFixVersionIds ).statusIds( resolvedStatusIds ).priorityIds( resolvedPriorityIds ).resolutionIds( resolvedResolutionIds ).components( resolvedComponentIds ).typeIds( resolvedTypeIds ).sortColumnNames( sortColumnNames ).build();
> {code}
> As you can see, the filter method isn't called (unlike the ClassicJiraDownloader). This makes the user unable to specify specific JQL.
> I feel like the best solution is if the filter attribute is valued then it creates a completely separate JQL query so it doesn't use any defaults.
> Either way, it seems like one should be able to use the filter attribute in some way.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)