Hello,
I have added the Jira issue collector link which was generated when the issue collector was created and I integrated it in my index.html of my Angular application:
The console warnings are usually caused by the issue collector loading outdated jQuery and other resources over plain HTTP, which modern browsers will flag, especially if your Angular app is served over HTTPS. For Jira Data Center, you should update the collector script URL to use HTTPS and ensure it matches your Jira base URL exactly, including protocol and domain. Also note that the embedded jQuery from the collector is an older version, so it can conflict with Angular’s bundled scripts — you can remove your own `
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.