function AjaxHelper() { } AjaxHelper._path = '/jira/plugins/servlet/label/dwr'; AjaxHelper.getSuggestedLabels = function(p1, p2, p3, callback) { DWRPluginEngine._execute(AjaxHelper._path, 'AjaxHelper', 'getSuggestedLabels', false, p1, p2, p3, callback); } AjaxHelper.removeLabel = function(p1, p2, p3, callback) { DWRPluginEngine._execute(AjaxHelper._path, 'AjaxHelper', 'removeLabel', false, p1, p2, p3, callback); } AjaxHelper.addLabel = function(p1, p2, p3, callback) { DWRPluginEngine._execute(AjaxHelper._path, 'AjaxHelper', 'addLabel', false, p1, p2, p3, callback); }