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
Manage Confluence like never before! This new learning path teaches you how to manage content, users, and permissions while optimizing user experience. Built for admins at all levels who want to confidently lead and unlock more innovative collaboration.
Learn more