-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 11.3.1, 11.3.3
-
Component/s: Dashboard & Gadgets, UPM (Universal Plugin Manager)
-
None
-
11.03
-
1
-
Severity 3 - Minor
-
1
Issue Summary
Jira Calendar plugin/gadget fails to render with OpenSearch, the opt-in alternative to the default Lucene search engine
Steps to Reproduce
- Spin up a Jira DC instance version 11.3.*
- Configure the application to use OpenSearch by following this document.
- Install “Jira Calendar Plugin” from Atlassian Marketplace.
- Create a dashboard.
- Add the gadget “Jira Calendar Plugin” to the dashboard.
Expected Results
The gadget renders data successfully.
Actual Results
The gadget fails to render, resulting in the following exception.

The following exception is thrown in the atlassian-jira.log file:
http-nio-8080-exec-51 url: /jira/rest/calendar-plugin/1.0/calendar/htmlcalendar.html; user: xxxx ERROR admin 631x1424x1 14ty3i0 10.140.13.100,172.50.0.2 /rest/calendar-plugin/1.0/calendar/htmlcalendar.html [c.a.j.ext.calendar.HtmlCalendar] An error occured while the user's search was being executed. Search limit exceeded. We couldn't complete your search because it requests 2,147,483,647 results which exceeded the search platform limit of 10,000. Try refining your query or contact your Jira administrator. Repeating the same search may not work. com.atlassian.jira.issue.search.RenderableSearchException: Search limit exceeded. We couldn't complete your search because it requests 2,147,483,647 results which exceeded the search platform limit of 10,000. Try refining your query or contact your Jira administrator. Repeating the same search may not work.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available