-
Bug
-
Resolution: Fixed
-
Highest
-
3.3.2
-
Severity 1 - Critical
-
517
-
Summary
After upgrading to JSD 3.3.2, all JSD related pages including Customer Portal are blank in IE 11
Environment
IE 11
Steps to reproduce
- Upgrade to JSD 3.3.2.
- Access to any JSD projects using IE 11.
Expected result
No empty page should be shown when access to JSD project related pages like Queues, Customers, Reports, Customer Portal and etc.
Actual result
All JSD related pages are empty, except issue view.
Workaround
Option 1. Use other browsers
Using Chrome, Firefox, Safari or Edge will make the web pages display properly
Option 2. Update the files within jira-servicedesk-3.3.2-REL-0010.jar that are causing the issue
Important: Please read first
* Backup your JIRA directory before attempting this workaround.
- You will need a copy of jar which is bundled with Oracle Java JDK 8 to re-create the jar file.
JIRA Server
- Shutdown JIRA
- Extract out the contents of $JIRA_HOME/plugins/installed-plugins/jira-servicedesk-3.3.2-REL-0010.jar to a temporary directory (e.g. /tmp/atlassian-jira-servicedesk-3.3.2)
- Edit sd.portal.api.bundle.js
Search and replace all from "() =>" to "function()" - without the quotes - Edit sd.project.api.bundle.js
Search and replace all from "() =>" to "function()" - without the quotes - Re-create the JAR
jar cfm /tmp/jira-servicedesk-3.3.2-REL-0010.jar ./META-INF/MANIFEST.MF * - Copy the newly created /tmp/jira-servicedesk-3.3.2-REL-0010.jar into $JIRA_HOME/plugins/installed-plugins/jira-servicedesk-3.3.2-REL-0010.jar
- Start JIRA
In Microsoft IE 11 Browser
- You must Clear the Browser Cache otherwise it will not work
- If clearing the cache doesn't work, try also SHIFT + REFRESH in the browser
Form Name |
---|
This issue still seems to exist in 3.8.1 ?