Commit 508c988e authored by Simon Green's avatar Simon Green Committed by Frédéric Buclin
parent 46e5d925
...@@ -636,17 +636,17 @@ Component.pm represents a Product Component object. ...@@ -636,17 +636,17 @@ Component.pm represents a Product Component object.
Description: Create a new component for the given product. Description: Create a new component for the given product.
Params: The hashref must have the following keys: Params: The hashref must have the following keys:
name - name of the new component (string). This name name - name of the new component (string). This name
must be unique within the product. must be unique within the product.
product - a Bugzilla::Product object to which product - a Bugzilla::Product object to which
the Component is being added. the Component is being added.
description - description of the new component (string). description - description of the new component (string).
initialowner - login name of the default assignee (string). initialowner - login name of the default assignee (string).
The following keys are optional: The following keys are optional:
initiaqacontact - login name of the default QA contact (string), initialqacontact - login name of the default QA contact (string),
or an empty string to clear it. or an empty string to clear it.
initial_cc - an arrayref of login names to add to the initial_cc - an arrayref of login names to add to the
CC list by default. CC list by default.
Returns: A Bugzilla::Component object. Returns: A Bugzilla::Component object.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment