get just the bug ID from Product.CreateBug
Status: Alpha
Brought to you by:
freefrag
currently the Product.CreateBug makes two web service calls: one for Bug.create and one for Bug.get_bugs, to get the data for the new bug. but sometimes one might just need the bug id. a real life example i have: i wrote a program that reads cases from our CRM (Zoho) and inserts them as new bugs to our Bugzilla. i don't need all the bug's details to record which cases were inserted, i just need the ID of the new bug.