-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.8.0, 8.5.0
-
7.08
-
7
-
Severity 3 - Minor
-
0
-
Summary
When setting jira.search.view.default.max to 0, it should be no default limit. But, when we trying to use JIRA on mobile view, all filter shows a blank result. Also, if you're using the Jira REST API to make a call to retrieve some results and if you set "maxResults=1", Jira will not display any results, even though it should.
Environment
JIRA Version : Tested on JIRA 7.6, 7.7 and JIRA 7.8 with the same issue.
Steps to Reproduce
- Go to Setting > System > Advance
- Set jira.search.view.default.max to 0
- Access your JIRA Instance using mobile view
- Open any filter for example: Assigned to me
It should show the issue assigned to profile owner, but it shows no result. If we using same profile in desktop view, it shows results.
- Try to make run a JQL filter and set the "maxResults=1" like: JIRA_URL/rest/api/2/search?fields=summary&jql=key=SCRUM-10&maxResults=1
Expected Results
It should show the issue assigned to profile owner when we click on issue assigned to me.
Actual Results
When we click issue assigned to me or any default filter, custom filter as well. Even though there are issues assigned, it will show a blank result.
- relates to
-
JRASERVER-69136 User from Confluence is not able to view JIRA issue when there is unlimited jira.search.views. parameters added to jira-config.properties file
-
- Gathering Impact
-