ccollab admin review conversation mark-read

Applies to Collaborator 14.5, last modified on April 18, 2024

Description

Use this command to mark a conversation as "read". You can specify various options to identify the conversation that should be marked read.

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 mark-read [--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

Identifier of the desired review (an integer number), or an ask, or last keyword. Where keywords define the following behaviour:

  • ask - the command will pause execution and prompt for the identifier of the desired review,
  • last - the command will use the last review that was created on the current machine via Command-Line Client (that is, it does not know about reviews created elsewhere).

Examples

ccollab admin review conversation mark-read 123

ccollab admin review conversation mark-read 567 --version 789 --line-number 36

ccollab admin review conversation mark-read 567 --file "bizbaz.java"

See Also

ccollab admin review conversation
Review Chats, Comments, and Defects

Highlight search results