Email notification through Script Listeners for event issue created, resolved, closed

Omprakash Thamsetty
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.
December 15, 2016

Hi,

 

I am trying custom email notification through script listeners for Issue created, resolved and closed actions. Its working fine but I need to have action/Event happen in Subject line. Like : JIRA ticket ID : <issue number> has been Created/Resolved/Closed. I want based on action the subject need to change either created or Resolved or closed. what code I can mention to get action/even ? Can anyone help me on this.

 

Thanks

1 answer

0 votes
JamieA
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.
December 18, 2016

Are you using Send custom email built-in script?

If so you just need: issue.statusObject.name

 

Suggest an answer

Log in or Sign up to answer