would anybody happen to have an example of emailing the output of a groovy script in script runner?
I would like to email the result of this script to a user. I can't find a good example in the documentation.
import com.atlassian.jira.ComponentManager
def componentManager = ComponentManager.instance
componentManager.getUserUtil().getGroup("jira-users").getUsers()
Thank you.
It's actually very simple to add something to jira's email queue. The sample code you need is here: https://bitbucket.org/jamieechlin/scriptrunner-public/src/be2bcb817137/src/main/resources/com/onresolve/jira/groovy/canned/workflow/postfunctions/SendCustomEmail.groovy#cl-241
I could pull out the relevant bits but I think it's simple enough. Actually I seem to have done that before here: https://answers.atlassian.com/questions/15723/how-to-send-email-from-plugin?page=1#34203
Using the mail queue was the best option. I've got it working. thanks for the assist.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Seems link does not work (actually :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's not public anymore, but you get the source file from the jar... open it with winzip or winrar or something.
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.