Can SBCC return a valid error when commit is done through bitbucket gui?
Can SBCC return a valid error when commit is done through bitbucket gui? When we try to perform a edit and commit directly in the Bitbucket GUI, when a commit message does not satisfy the regex used in the SBCC plugin, it will return an error "You don't have write permissions for this branch" instead of the usual error message SBCC returns. Just to note that our regex can be found below [.{1,}](?=[\s\S]+[a-zA-Z])(?\1{5})([\s\S]).{30,} This regex would accept a commit message like below. [ABC-123] README.md edited online with Bitbucket
Sample screenshot is attached below.

No not possible right now.
Last time I checked I could not find any way of implementing it in a better, user friendly, way. I could not find any better API provided by Atlassian.
Do you have a support ticket opened to atlassian about this issue? We'll just use it as reference
No I have not.