User:Harthur/BugzillaRPC: Difference between revisions

Jump to navigation Jump to search
Line 40: Line 40:


example:
example:
<pre>bugzillaRPC.getBug([8117, 2344],
<pre>bugzillaRPC.getBugs([8117, 2344],
                         function(bugs) {alert(bugs[0].summary);},
                         function(bugs) {alert(bugs[0].summary);},
                         function(errMsg) {alert(errMsg)});</pre>
                         function(errMsg) {alert(errMsg)});</pre>
865

edits

Navigation menu