ccollab admin review comment create

Top  Previous  Next

Usage: ccollab [global-options] admin review comment create [--annotation --file <value> --line-number <value> --page <value> --x <value> --y <value>] <review> <comment>

 

create - Create a Comment on a Review

 

Command Options

Option

Required?

Description

--annotation

N

File annotation (overwrites any existing annotation)

--file <value>

N

Full path of file in Review

--line-number <value>

N

Line number in file

--page <value>

N

Page number

--x <value>

N

X coordinate

--y <value>

N

Y coordinate

<review>

Y

Must be either an integer review-id, 'ask', or 'last'

<comment>

Y

 

 

You can specify various options to control the location where the comment is created.

 

Annotation: --annotation

Overall: (default - no extra options necessary)

Line: --line-number <number>

Coordinate: --page <number> --x <number> --y <number>

 

Example:

       ccollab admin review comment create 123 "overall review comment"

       ccollab admin review comment create 345 --file "foobar.c" --annotation "my annotation"

       ccollab admin review comment create 567 --file "bizbaz.java" --line-number 36 "comment on a line"