window.ATL_JQ_PAGE_PROPS = { "triggerFunction": function(showCollectorDialog) { //Requires that jQuery is available! jQuery("#myCustomTrigger").click(function(e) { e.preventDefault();
showCollectorDialog();
}); },
fieldValues: {
Type: 'bug',
summary: 'test',
labels : ['test'],
'labels': 'test' }
}
Labels or Type are not being set when submitting the feedback button, don't understand the reason why it's not creating the issue with those values, the summary gets populated fine and the issue is created with a label of the issue collector id. I tried both ways, putting it inside a list and just a string but nothing works.
jira.[mywebsite].com is the url
Same here with IDEA 2017.3.5 and JIRA 7.9.1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.