Uploaded image for project: 'Maven Changes Plugin'
  1. Maven Changes Plugin
  2. MCHANGES-353

The RestJiraDownloader ignores the filter property.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.11
    • None
    • None

    Description

      In RestJiraDownloader the JQL query is created as such:

      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();
      

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            LucasHahn Lucas Hahn
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: