Hi,
I use the JIRA Mail handler to create an issue ,it works pefectly .
What I need is to intercept the issue when it get created and send out another mail with IssueID in summary .
So in the Create Transition of the workflow , I use the Send Mail Post Function
I use the script runner send mail script and can fill in the subject $issue.summary .Can't get it to fill in with the body content that the mail handler got and also the From address of the original email
issue.summary works, but issue.description does not?
You can't get access to aspects to the incoming mail directly, eg the headers or the content. All you get is the issue that jira creates from it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
should be issue.reporter.mail.
Unless you have configured it to create issues as a particular user. In which case you can't get it, as I said you don't have access to the mail object.
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.