We are trying to add a JIRA issue collector to our site and are coming across a JavaScript error that I am not sure how to fix as it is part of the library.
When clicking on the Provide Feedback link from JIRA, we receive this "window.scroll is not a function" JavaScript error.
The link at to provide feedback is JIRA's pre-packaged link:
<script type="text/javascript" src="https://{OUR_JIRA}.net/s/d41d8cd98f00b204e9800998ecf8427e-T/-p6r7zz/b/5/a44af77267a987a660377e5c46e0fb64/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?locale=en-US&collectorId=35df1aa1"></script>
Which in HAML becomes this:
%script{type: "text/javascript", src: "https://{OUR_JIRA}.net/s/d41d8cd98f00b204e9800998ecf8427e-T/-p6r7zz/b/5/a44af77267a987a660377e5c46e0fb64/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?locale=en-US&collectorId=35df1aa1" }
What am I missing here? This script is being included at the end of our layout, JQuery is being loaded above it. Thanks
Jira Product Discovery Premium is now available! Get more visibility, control, and support to build products at scale.
Learn moreOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.