I am trying to create a new review while filling the overview custom field with mutiple lines of text. All of my attempts have failed. For example,
$ cat b.xml
<batch-commands>
<global-options>
<no-browser/>
<non-interactive/>
<scm>git</scm>
</global-options>
<admin_review_create>
<title>My Title</title>
<custom-field>Overview=first line second line</custom-field>
</admin_review_create>
</batch-commands>
$
$ ccollab admin batch b.xml
Parsing commands...
Successfully parsed 1 command
.
Executing command 'ccollab admin review create'
Setting title to My Title
Setting custom fields...
Setting custom field Overview to second line, first line
ERROR: Executing command `ccollab admin batch`:
Errors found:
[ {
"result" : { }
}, {
"result" : { }
}, {
"errors" : [ {
"code" : "InternalError",
"message" : "In Overview: Expected 1 value, but found 2"
} ]
} ]
I am using version 9.3.9300 of the client and server.
How can this be achieved ?