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 Ramaiah,
It looks like you are trying to reference a non-static symbol from a static context.
You will need to create a new UserManager object. i.e:
def userManager = ComponentAccessor.getUserManager()
Then call the getUserByKey() method on this object.
Regards,
Johnson Howard
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.