Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Possible to get IssueCreated notification mail format

Hi,

Using ScriptRunner listner - possible to get the issueCreated mail format and send it to other mailBox?

1 answer

Suggest an answer

Log in or Sign up to answer
1 vote
John Chin
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.
May 09, 2021

Hi @Piyush_Annadate 

Unfortunately, not possible at the moment. However, you can design the issue creation email template to the similar as JIRA default email template or with your own custom design.

For example, put the Email format to HTML:

screenshot-2.png

Apply the sample script below in the Email Template field:

Hey,

<% String baseUrl = com.atlassian.jira.component.ComponentAccessor.applicationProperties.getString("jira.baseurl") %>
<% baseUrl = baseUrl+"/browse/"+issue.key%>

<br>
<br>

The ${issue.issueType.name} <a href="<%out <<baseUrl %>">${issue.key}</a> has been Created.

<br>
<br>
Summary: ${issue.summary}

<br>
<br>

Regards,
<br>${issue.reporter?.displayName}

At the results, you will get something like this:

screenshot-1.png

You can beautify the email format that suit your needs. Also, you can pull more fields information to display in the email template.

I hope this helps.

TAGS
AUG Leaders

Atlassian Community Events