I am trying to create a groovy script to restrict branch creation based on the branch type selected. For example, we would like to restrict any new bugfix type branch creation.
I have tried using the "BranchCreationRequestedEvent", however I couldn't find any access methods to capture the branch type. getType() method from the Branch "CreationRequestedEvent" seems to return "BRANCH" instead of the actual branch type.
Any suggestions on how to capture the branch type?
Hi Mani.
You want this tutorial about pre-receive hooks.
You want to enforce naming conventions I suppose.
Do say if this helped or not.
Cheers!
DYelamos
Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!
Start here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.