ccollab admin review create

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

Description

The ccollab admin review create command creates a new review on the Collaborator server.

Command Line Syntax

ccollab [global-options] admin review create [--creator <value>] [--custom-field <value> [<value> ...]] [--deadline <value>] [--display-changelists-as <value>] [--group <value>] [--participant-custom-field <value> [<value> ...]] [--restrict-access <value>] [--template <value>] [--title <value>]

Command Options

Option

Required?

Description

--creator <value>

No

The login of the creator of the Review, defaults to logged-in user if not specified

--custom-field <value> [<value> ...]

No

Setting for custom fields, in the form field-name=field-value (for example, "Overview=this is the overview")

--deadline <value>

No

Deadline in the format 'yyyy-MM-dd'

--display-changelists-as <value>

No

Default to showing changelists rolled up('single') or individually('distinct')

--group <value>

No

Guid of the group to specify

--participant-custom-field <value> [<value> ...]

No

Setting for participant custom fields, in the form field-name=field-value

--restrict-access <value>

No

Restrict Access (anyone/group/participants/group-and-participants/group-or-participants)

--template <value>

No

Name, or numeric ID of the template. Default template, if omitted.
If you use the --use-legacy-api global option, then you can only specify templates by their names.

--title <value>

No

Title of the review.

Example

ccollab admin review create --creator jsmith --title "New Review" --custom-field "rcf=review custom field" --deadline '2015-12-12' --display-changelists-as "district" --group 5434fc24e3be2a88b29a35fb765adda1 --template "new template" --restrict-access "anyone"

See Also

ccollab admin review
Create Reviews

Highlight search results