Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
bab2373f
Commit
bab2373f
authored
Apr 07, 2011
by
Max Kanat-Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve the POD for Product.create.
https://bugzilla.mozilla.org/show_bug.cgi?id=469193
parent
13c42365
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
11 deletions
+17
-11
Product.pm
Bugzilla/WebService/Product.pm
+17
-11
No files found.
Bugzilla/WebService/Product.pm
View file @
bab2373f
...
@@ -238,13 +238,15 @@ This allows you to create a new product in Bugzilla.
...
@@ -238,13 +238,15 @@ This allows you to create a new product in Bugzilla.
=item B<Params>
=item B<Params>
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<Required>.
=over
=over
=item C<name>
=item C<name>
B<Required> C<string> The name of this product. Must be unique.
B<Required> C<string> The name of this product. Must be globally unique
within Bugzilla.
=item C<description>
=item C<description>
...
@@ -256,23 +258,25 @@ B<Required> C<string> The default version for this product.
...
@@ -256,23 +258,25 @@ B<Required> C<string> The default version for this product.
=item C<has_unconfirmed>
=item C<has_unconfirmed>
C<boolean> Allow
s unconfirmed bugs in the
product.
C<boolean> Allow
the UNCONFIRMED status to be set on bugs in this
product.
=item C<classification>
=item C<classification>
C<boolean>
Classification wich contains the
product.
C<boolean>
The name of the Classification wich contains this
product.
=item C<default_milestone>
=item C<default_milestone>
C<boolean> The default milestone
of
this product.
C<boolean> The default milestone
for
this product.
=item C<is_open>
=item C<is_open>
C<boolean> True if the product is currently allowing bugs to be entered into it.
C<boolean> True if the product is currently allowing bugs to be entered
into it.
=item C<create_series>
=item C<create_series>
C<boolean> Set if series are creating for the new product.
C<boolean> True if you want series for New Charts to be created for this
new product.
=back
=back
...
@@ -286,15 +290,17 @@ A hash with one element, id. This is the id of the newly-filed product.
...
@@ -286,15 +290,17 @@ A hash with one element, id. This is the id of the newly-filed product.
=item 700 (Product blank name)
=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)
=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)
=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)
=item 703 (Product must have description)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment