Is there a way to use ScriptRunner to prevent branch deletion performed through the UI? (for stash versions prior to 3.10 which don't have this support built-in).
I can see it's possible with a pre-receive hook, but I think this wouldn't prevent a delete through the UI. I had a look through the event hooks but I couldn't see a CancelableEvent for branch deletion.
Hi Baris,
ScriptRunner events are categorised in cancelable and non-cancelable sections in the Script Event Handlers functionality.
If you use the Script Event Handler functionality and create a custom BranchDeletionRequestedEvent then it should be canceleable, please see this link:
I hope that helps.
Ah, thank you! The link to this from the adaptavist documentation was broken (I see you have fixed this now - thank you) and my own googling 'Atlassian CancelableEvent' took me here which on reflection is obviously (from the URL) out of date.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hm - I don't have "Custom event handler" available - is that because it's not enabled for me for my repo, or is this not possible at the repo level?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
(I do have available other standard actions in response to events)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Baris,
Branch permissions in later versions allows you to control who can delete branches. Take a look at https://confluence.atlassian.com/display/BitbucketServer/Using+branch+permissions
For your existing version, you might find the below link helpful.
Hope that helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Right. Not sure about ScriptRunner but you might find this helpful. It is compatible with the version you are running.
Maybe time for an upgrade
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.