Trying to comment on a PR in bitbucket cloud I get a 400 error with the response message:
{
"type":"error",
"error":{
"fields":{
"dest_rev":"expected unicode"
},
"message":"Bad request"
}
ok figured that out. When the comment is on a PR where the destination branch has been removed the PR cannot be commented upon, or the PR can't have its destination branch changed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.