Hi Team,
I have a requirement where I have to enforce a naming standard to feature branch with an jira issue key. (this is possible via pre hook feature/TEST-\d+.*)
Also it should check whether the issue exist in jira or not. Currently the name standard expression just check the naming, it does not check whether the issue actually exists in jira pr not.
Same should be applicable via UI (like creating a branch via jira or any other git interfaces).
We are trying to acheive this through adaptivist script runner for bit bucket server.
Could you please suggest.
Hi Akhil,
We already provide a way to do this in ScriptRunner for Bitbucket Server. It's called "Require commits to be associated with a JIRA issue", there is a pre-receive hook and a merge check version.
You'll need a working application link between JIRA and Bitbucket. If you look into the documentation I linked you to above you'll find out more information on how to configure this.
If you use it in conjunction with the "Naming standard enforcement" hook you should have everything you need.
It requires a lot of code to do this yourself so your best off using the one we provide in the product.
The UI is a bit tricky. We have a "Naming standard enforcement" event handler for that but it does not verify the issue exists in JIRA.
Let us know how you get on with the other one first and I'll provide some code for you to check the issue exists in JIRA from the UI.
Thanks,
Adam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The condition in "Require commits to be associated with a JIRA issue" looks wrong. It only applies the hook when the condition is true.
You should just remove it completely so the condition always evaluates to true and for every push the branch name is validated with a JIRA issue key.
Please try it again with that approach and you'll see it works, assuming you have a primary JIRA application link setup in Bitbucket.
Let me know how that goes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.