Skip to content

Commit

Permalink
update collector to new jira
Browse files Browse the repository at this point in the history
  • Loading branch information
osfameron committed Sep 2, 2024
1 parent 8666749 commit 62d8eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/06-page-rating.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
'fieldValues': {
'summary': `Feedback on ${document.title}`,
'customfield_11580': window.location.href,
'customfield_11256': window.location.href,
'description': `\n\nBrowser environment: ${navigator.userAgent}`,
},
}
Expand Down
2 changes: 1 addition & 1 deletion src/js/vendor/feedback.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// var config = document.getElementById('feedback-script').dataset
var script = document.createElement('script')
// eslint-disable-next-line max-len
script.src = 'https://couchbasecloud-sandbox-881.atlassian.net/s/d41d8cd98f00b204e9800998ecf8427e-T/-3ddrgv/b/7/b0105d975e9e59f24a3230a22972a71a/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector-embededjs/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector-embededjs.js?locale=en-US&collectorId=3f4339ab' // prettier-ignore
script.src = 'https://jira.issues.couchbase.com/s/d41d8cd98f00b204e9800998ecf8427e-T/-3ddrgv/b/7/c95134bc67d3a521bb3f4331beb9b804/_/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-GB&collectorId=69d1d56c' // prettier-ignore
document.body.appendChild(script)
})
})()

0 comments on commit 62d8eb8

Please sign in to comment.