ccollab admin review conversation accept

Applies to Collaborator 11.5, last modified on December 21, 2021

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

--cell <value>

No

Cell reference in a "Sheet1!A1" format

--conversation-id <value>

No

ID of the first Comment in an existing Conversation

--label <value>

No

Label

--line-number <value>

No

Line number in file

--file <value>

No

Path of file in Review

Either --file or --version option can be specified.

--version <value>

No

Version ID of file in Review

Either --file or --version option can be specified.

--page <value>

No

Page number

Use with the --x and --y options.

--x <value>

No

X coordinate

Use with the --page and --y options.

--y <value>

No

Y coordinate

Use with the --page and --x options.

<review>

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

Highlight search results