|
ccollab admin review defect create |
|
Use this command to create a new defect on a review. You can specify various options to control the type and location where the defect is created. Overall: (default - no extra options necessary) Label: --label <label> Line: --line-number <number> Coordinate: --page <number> --x <number> --y <number> Cell: --cell <cell reference> To specify an existing conversation in a file, it is best to specify --conversation-id <id> to disambiguate situations where there is more than one conversation at a particular location. To learn about different types of defects, see Types of Review Comments and Defects. Command Line Syntax: ccollab [global-options] admin review defect create <review> <comment> [--cell <value>] [--conversation-id <value>] [--custom-field <value> [<value> ...]] [--label <value>] [--line-number <value>] [--page <value> --x <value> --y <value>] [--file <value>] [--version <value>]
Examples: To create a defect in overall section of review #123: ccollab admin review defect create 123 "overall review defect" --custom-field "Severity=Major" "Type=Text" To create a defect in overall section of a bizbaz.java file in the review #567: ccollab admin review defect create 567 --file "bizbaz.java" "overall file defect" --custom-field "Severity=Major" "Type=Text" To create a defect on a line 36 of a file version with ID 789 in the review #567: ccollab admin review defect create 567 --version 789 --line-number 36 "defect on a line" --custom-field "Severity=Major" "Type=Text" |
|
© 2003-2025 SmartBear Software. All rights reserved. |