oksoks
4 years agoVisitor
Checklist - CLI
Hello, How can I check an item from checklist from Command Line? I have tried to run this command: ccollab admin review create --checklistitem-custom-field "Check_List_Title=true" ,b...
Hello,
Checklists are not custom fields, and they cannot be modified through the command-line client. The only possible way to check an item in the checklist is to check it using the WebUI.
Besides, the correct syntax for changing a custom field value is ccollab admin review edit <review_id> --custom-field "custom-field-key=value". Refer to this article to learn more: https://support.smartbear.com/collaborator/docs/ver-13-5/reference/command-line/ccollab-admin-review-edit.html.