ccollab admin review set-participants doesn't work if user id is in digits
When the user name contains digits the ccollab set-setparticipants doesn't work, but the same works if user name has only alphabets. see error below,
ccollab admin review set-participants 1593 --participant Author=524975
Connecting to server at http://localhost
Connected to Collaborator Enterprise v10.0.10000
Connected as: Kalpana Manoharan (524975)
ERROR: Executing command `ccollab admin review set-participants`:
Errors found:
[ {
"result" : { }
}, {
"result" : { }
}, {
"errors" : [ {
"code" : "InvalidUser",
"message" : "Invalid User 524975"
} ]
} ]
=====================================================================================
ccollab admin review set-participants 1593 --participant Author=codereview
Connecting to server at http://localhost
Connected to Collaborator Enterprise v10.0.10000
Connected as: Kalpana Manoharan (524975)
Set 1 assignments
Note: The users are LDAP authenticated.
Please help in resolving the issue
Regards,
Kalpana
Hi,
Right click on TestCase > Options > Uncheck Discard results if passed.
Thanks