Description
Use this command to mark a conversation as "accepted". You can specify various options to identify the conversation that should be marked accepted.
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.
Command Line Syntax
ccollab [global-options] admin review conversation accept [--cell <value>] [--conversation-id <value>] [--label <value>] [--line-number <value>] [--page <value> --x <value> --y <value>] [--file <value>] [--version <value>] <review>
Command Options
Option |
Required? |
Description |
---|---|---|
No |
Cell reference in a "Sheet1!A1" format |
|
No |
ID of the first Comment in an existing Conversation |
|
No |
Label |
|
No |
Line number in file |
|
No |
Path of file in Review Either --file or --version option can be specified. |
|
No |
Version ID of file in Review Either --file or --version option can be specified. |
|
No |
Page number Use with the --x and --y options. |
|
No |
X coordinate Use with the --page and --y options. |
|
No |
Y coordinate Use with the --page and --x options. |
|
Yes |
Must be either an integer review-id, 'ask', or 'last' |
Examples
ccollab admin review conversation accept 123
ccollab admin review conversation accept 567 --version 789 --line-number 36
ccollab admin review conversation accept 567 --file "bizbaz.java"
See Also
ccollab admin review conversation
Review Chats, Comments, and Defects
Types of Review Comments and Defects