Filter settings values in jira-config.properties do not work as expected.

XMLWordPrintable

    • Type: Bug
    • Resolution: Not a bug
    • Priority: Low
    • None
    • Affects Version/s: 8.13.12, 8.20.1
    • None
    • 8.13
    • 1
    • Severity 3 - Minor

      Problem

      When adding lines for custom filters in the jira-config.properties the value for the issue filter takes the value of the history filter.

      For example after adding these two lines both will display the same number of items:

      jira.max.issue.filter.dropdown.items = 4
      jira.max.issue.history.dropdown.items = 5
      

      Environment

      Jira server 8.13.12

      Steps to Reproduce

      1. Shutdown your JIRA application
      2. Go to the JIRA applications Home Directory
      3. Add the below lines to the jira-config.properties, changing the numeral to the number of issues/filters you'd like to be displayed;
        jira.max.issue.filter.dropdown.items = 4
        jira.max.issue.history.dropdown.items = 5
        
      4. Save the file
      5. Start the application
      6. Click on issue dropdown.

      Expected Results

      The number of items displayed should match the filter settings in the jira-config.properties

      Actual Results

      The values from the first filter are applied to the second filter value.

      Workaround

      Currently no workaround.

            Assignee:
            Unassigned
            Reporter:
            Mark van Leeuwen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: