You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have developed a couple different conditions and custom hooks for ScriptRunner. Is it possible to "install" these so that other users can select them. For example for the Post Receive Email hook I have a customized template that I would like other project admins to be able to select and use, possibly tweaking it. It would be great if it should be displayed when they click expand on the examples. For another hook, I created a custom hook which would be nice to have listed as a choice in the Scripts Pre hooks.
Hi Steven,
Apologies for the late reply. You currently can't do this without taking the current script and modifying it, effectively having a copy of it that you then place under one of your script roots.
The original script can be found if you unzip the JAR file and go to: com/onresolve/scriptrunner/canned/bitbucket/events/email/StashSendCustomEmailPostReceive.groovy
The conditions are a bit more complicated you'll need to check what's returned in com.onresolve.scriptrunner.canned.bitbucket.util.BitbucketConditionUtils#getConditionParam and add to the examples in the same format.
Hope this helps.
Adam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.