-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 8.0.0
-
Component/s: Dashboard & Gadgets
-
None
-
8
-
1
-
Severity 3 - Minor
Issue Summary
Jira Calendar Plugin 8.0.0, the "daily total" clickable link within the Issues Calendar gadget no longer functions as expected. Instead of opening a list of issues for that specific day, the link redirects the user to the Issue Search page, however, without the JQL query.
- Found in:
-
- Jira Calendar Plugin v8.0.0
- Tested on:
- Jira 11.3.4
- Jira 11.3.6
- Tested on:
- Jira Calendar Plugin v8.0.0
- Not replicated in:
- Jira Calendar Plugin v7.0.0
- Tested on:
- Jira 10.3.21
- Tested on:
- Jira Calendar Plugin v7.0.0
Steps to Reproduce
- Install Jira Data Center 11 and Jira Calendar Plugin 8.0.0.
- Configure a dashboard with the "Jira Issues Calendar" gadget.
- Ensure there are issues with a "Due Date" populated so they appear on the calendar.
- Access the dashboard
- Click on the "Total" link for any day that has multiple issues.
Expected Results
The gadget should open a list or search view showing all issues scheduled for that specific day.
Actual Results
The browser redirects to the issue search page, however, without the JQL query:
JIRA_URL/secure/IssueNavigator.jspa?reset=true${searchService.getQueryString(%20$authcontext.user,%20$calSearch.getSearchRequestForDay(%20$day%20)%20)}
The following 404 error happens in the network request:
plugins/servlet/gadgets/$webResourceManager.getStaticPluginResource('com.atlassian.jira.ext.calendar:issues-calendar-reso...
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available