Description
The ccollab admin config custom-field edit command modifies an existing custom field definition and overwrites all existing data.
Command Line Syntax
ccollab [global-options] admin config custom-field edit <custom-field> [--drop-down-item <value> [<value> ...]]
Command Options
| 
 Option  | 
 Required?  | 
 Description  | 
|---|---|---|
| 
 No  | 
 Drop-down items for a 'Drop-down List' Type custom field  | 
|
| 
 Yes  | 
 ID of the custom field to edit. Custom field ID's are displayed in the administration screens in the Collaborator Web Client.  | 
Warning: The admin config custom-field edit command overwrites all existing data.
Example
The following command line adds a drop-down item to custom field with ID 236:
ccollab admin config custom-field edit 236 --drop-down-item "Item1=another item"
