Hi, I have some problems to save information of tickets in jira software, but this error is not in all projects.
This problem started when I installed two news plugins "Artezio Burndown Chart for Jira" and "Advanced Burndown Chart Gadget for Jira"
I have a cascading select control in the screen, this screen worked correctly before I installed these plugins
Now all screens that use this customer controls "Select List (cascading)" doesn't work.
I removed this controls from screen and worked correctly, but I need to use this control.
I think that some plugins make a conflict, I unistalled both plugins but the problem is not resolved.
I have been checking the DOM of the web aplication and I found this error when exist a cascading select control in the screen.
To load the popup to create a new issue I have a message error in console.
File: .../secure/QuickCreateIssue.jspa?decorator=none 500
/* module-key = 'com.atlassian.analytics.analytics-client:js-events', location = 'js/user-activity-xhr-header.js' */
define("atlassian/analytics/user-activity-xhr-header",["atlassian/analytics/page-visibility"],function(c){var e="x-atlassian-mau-ignore";var d=XMLHttpRequest.prototype.send;var a=window.fetch;var b=false;return{install:function(){if(!b&&c.supported){XMLHttpRequest.prototype.send=function(){if(c.isHidden()){this.setRequestHeader(e,c.isHidden())}d.apply(this,arguments)};if(a){window.fetch=function(f,i){var g=i||{};var h=g.headers;if(c.isHidden()){g.headers=(h)?new Headers(h):new Headers();g.headers.append(e,c.isHidden())}return a.call(this,f,g)}}b=true}},uninstall:function(){if(b){XMLHttpRequest.prototype.send=d;if(a){window.fetch=a}}b=false}}});require("atlassian/analytics/user-activity-xhr-header").install();;
The error only appears when I have a cascade select control in the screen in other case this error doesn't exist.
Regards
Online 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.