Hi,
I using to send to email with scriptrunner.
but sometimes script has failed.
I want to send a notification to the specified user when a specific component is selected in the ticket. Is there a good way?
I use to this.
Condition and Configuration
"Componentname" in issue.getComponents()*.name || "Componentname" in issue.getComponents()*.name
Email template
blahblah ~
$issue $issue.summary blahblah~
blahblah ~ <% out << issue.getCustomFieldValue( ...) %>
Subject template
($issue) $issue.summary
Hi @sm.park ,
In which cases your script fails?
In which line it fails?
Can you send your actual script and point which line code is failing?
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.