diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 916bec87a69..cfceb5ac814 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7773 \ No newline at end of file +7774 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/WebService/Product.pm b/mozilla/webtools/bugzilla/Bugzilla/WebService/Product.pm index 74beb5b33bb..ecc118dea99 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/WebService/Product.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/WebService/Product.pm @@ -238,13 +238,15 @@ This allows you to create a new product in Bugzilla. =item B -Some params must be set, or an error will be thrown. These params are marked Required. +Some params must be set, or an error will be thrown. These params are +marked B. =over =item C -B C The name of this product. Must be unique. +B C The name of this product. Must be globally unique +within Bugzilla. =item C @@ -256,23 +258,25 @@ B C The default version for this product. =item C -C Allows unconfirmed bugs in the product. +C Allow the UNCONFIRMED status to be set on bugs in this product. =item C -C Classification wich contains the product. +C The name of the Classification wich contains this product. =item C -C The default milestone of this product. +C The default milestone for this product. =item C -C True if the product is currently allowing bugs to be entered into it. +C True if the product is currently allowing bugs to be entered +into it. -=item C +=item C -C Set if series are creating for the new product. +C True if you want series for New Charts to be created for this +new product. =back @@ -286,15 +290,17 @@ A hash with one element, id. This is the id of the newly-filed product. =item 700 (Product blank name) -You must specify a non blank name for this product. +You must specify a non-blank name for this product. =item 701 (Product name too long) -The name specified for this product was longer than the maximum allowed length. +The name specified for this product was longer than the maximum +allowed length. =item 702 (Product name already exists) -You specified the name of a product that already exists. (Product names must be globally unique in Bugzilla.) +You specified the name of a product that already exists. +(Product names must be globally unique in Bugzilla.) =item 703 (Product must have description)