unable to submit issue collector with google chrome. Getting error "Oops! Something went wrong...
AJAX error thrown: SyntaxError: Unexpected token < in JSON at position 0
Don't worry though! We've logged this problem and will look into it soon!"
SAMPLE SCRIPT:::
<script type="text/javascript" src="https://xxxxxxxx/x/xxxxxxxxxxxxxxxxxxxxxxxxx/en_US-ohbd0p/64029/10/1.4.27/_/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=ea7c0a44"></script>
<script type="text/javascript">window.ATL_JQ_PAGE_PROPS = $.extend(window.ATL_JQ_PAGE_PROPS, {
'ea7c0a44' : {
triggerFunction : function( showCollectorDialog ) {
$('#nabutton').on( 'click', function(e) {
e.preventDefault();
showCollectorDialog();
});
},
fieldValues: {
'customfield_10005' : 'BUSCPT-10450' ,
'customfield_10062' : '10092',
summary : 'Put summary here',
description : 'More info...',
priority : '3' }
},
'76d20135' : {
triggerFunction : function( showCollectorDialog ) {
$('#brbutton').on( 'click', function(e) {
e.preventDefault();
showCollectorDialog();
});
},
fieldValues: {
'customfield_10005' : 'BUSCPT-60' ,
'customfield_10062' : '10092'
}
},
'bc654984' : {
triggerFunction : function( showCollectorDialog ) {
$('#labutton').on( 'click', function(e) {
e.preventDefault();
showCollectorDialog();
});
},
fieldValues: {
'customfield_10005' : 'BUSCPT-58' ,
'customfield_10062' : '10092'
}
},
'4c25b938' : {
triggerFunction : function( showCollectorDialog ) {
$('#notused').on( 'click', function(e) {
e.preventDefault();
showCollectorDialog();
});
},
fieldValues: {
'customfield_10005' : 'BUSCPT-59',
'customfield_10062' : '10092'
}
},
'7b292210' : {
triggerFunction : function( showCollectorDialog ) {
$('#pacebutton').on( 'click', function(e) {
e.preventDefault();
showCollectorDialog();
});
},
fieldValues: {
'customfield_10005' : 'BUSCPT-61',
'customfield_10062' : '10092'
}
}
});</script>ERROR MSG:::
