// ==== custom trigger function ====
"triggerFunction": function(showCollectorDialog) {
//Requires that jQuery is available!
jQuery("#myCustomTrigger").click(function(e) {
e.preventDefault();
showCollectorDialog();
});
},
// ==== Add the code below to set the field values. Find the values by viewing Create Issue source code ====
fieldValues: {
'components' : ['15601']
}
};