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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.