I am using bitbucket v5.8.0 and I would like to do the following:
Any push to the remote that does not contain a Jira ticket on every commit message should be rejected.
This can easily be done in other systems but the problem that I'm finding with Bitbucket is that if I use the "Require commits to be associated with a JIRA issue" in the pre receive hook, which should do what I expect, that also takes into account the branch name.
So if the branch name mentions a valid jira ticket the push is accepted, which is not really what I want.
I tried customising the condition on the hook but as I don't have admin access to the entire server, only for my projects, I can't access the commit message.
Any suggestion?
Hey I am having similiar issue anyone can help please
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.