-
Type:
Bug
-
Resolution: Not a bug
-
Priority:
Low
-
None
-
Affects Version/s: 8.13.12, 8.20.1
-
Component/s: Issue - Comments, Issue - Fields
-
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
- Shutdown your JIRA application
- Go to the JIRA applications Home Directory
- 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
- Save the file
- Start the application
- 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.