Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 36 Next »

// ==== 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'] } };  



  • No labels