Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to notify JIRA Issue Colleator sender/creater (include non JIRA user)

Hashimi Mansor
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 5, 2019

As per subject, we need to send email contains JIRA Issue key for reference.

  1. It's possible to do with scriptrunner for JIRA?
  2. If possible, how? (need details answer because I am not script developer)
  3. If not possible, what is the best workaround?

1 answer

0 votes
Joanna Choules
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 9, 2019

Hi Hashimi,

It depends on where (if anywhere) the submitter's email address is stored within the created issue. If it isn't stored anywhere then of course ScriptRunner cannot get hold of it and so there will be no solution nor workaround possible. If on the other hand it is stored somewhere then you could use a custom email post-function on the Create transition to send an email out. In the additional configuration code you would want to set the recipient programmatically based on the address you had extracted from the issue:

String toAddr

//...
//get email address from issue and store it in toAddr
//how you do this will depend on how the address is
//stored in the issue
//...

mail.to = toAddr

Hope this helps.

Joanna Choules, Adaptavist Product Support

Suggest an answer

Log in or Sign up to answer