|
Usage: ccollab [global-options] admin review edit [--custom-field <value> [<value> ...] --group <value> --restrict-access <value> --template <value> --title <value>] <review>
edit - Edit an existing Review
Option
|
Required?
|
Description
|
--custom-field <value> [<value> ...]
|
N
|
Setting for custom fields, in the form field-name=field-value (e.g. "Overview=this is the overview")
|
--group <value>
|
N
|
Guid of the group to specify
|
--restrict-access <value>
|
N
|
Restrict Access (anyone/group/participants/group-and-participants)
|
|
|
N
|
|
|
|
N
|
|
|
|
Y
|
Must be either an integer review-id, 'ask', or 'last'
|
Note when setting custom fields you have to specify the review first.
For example:
ccollab admin review edit "last" --custom-field "Overview=this is the overview"
|