Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA Issue Collector window.scroll not a function

Brandon McCulligh
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 6, 2018

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. Provide Feedback 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

0 answers

Suggest an answer

Log in or Sign up to answer