When clicking on "Active Sprints" in Safari no sprint is displayed.
I checked in the log and it could be this line (line 37052 in the prettified version displayed by Safari):
e = document.querySelectorAll("script[src*='batch.js'"),
in this file
https://{subdomain}.atlassian.net/s/{hash}-CDN/-egccmf/b/24/{hash}/_/download/contextbatch/js/greenhopper-rapid-non-gadget,gh-rapid,jira.project.sidebar,jira.global,atl.general,jira.general,atl.global,-_super/batch.js
that is causing the issue. The string passed to querySelectorAll() returns a result if there is a closing square bracket:
e = document.querySelectorAll("script[src*='batch.js']"),
As it currently is it throws an error when run in Safari. Chrome seems to accept this malformed identifier and displays the page, Safari throws an unhandled error and hangs.
Hello @Martin Baillie
Thank you for reaching out.
I tried to reproduce your issue in Safari 13.1 (15609.1.20.111.8), using both a Classic and Next-gen Scrum projects in my Jira Cloud test site, however, the Active Sprint is displayed just fine to me:
That being said, please provide us with the information below so we can further troubleshoot it:
If the steps above didn't help, we suggest opening an internal issue with Atlassian support so we can take a deeper look at the .HAR file of your browser and further troubleshoot the issue:
https://support.atlassian.com/contact/
Let us know if you have any questions.
I have same issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.