|
Description
Use this command to modify an existing defect on a review.
Command Line Syntax:
ccollab [global-options] admin review defect edit [--comment <value>] [--custom-field <value> [<value> ...]] <defect>
Command Options
Option
|
Required?
|
Description
|
--comment <value>
|
No
|
The description of the defect.
|
--custom-field <value> [<value> ...]
|
No
|
Setting for custom fields, in the form field-name=field-value (For example, "Severity=Major")
For multi-line fields, use \n for line breaks: "Note=This is line 1.\nThis is line 2."
For drop-down series and multi-select list fields, use | as value separators: "Product area=Order Form|Start Screen|API|Reporting"
|
<defect>
|
Yes
|
Identifier of the desired defect (an integer number), or a last keyword. When last keyword is specified the command will use the last defect that was created on the current machine via Command-Line Client (that is, it does not know about defects created elsewhere).
|
|