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

Using Groovyscript to query and insert issue key in email message

Edited

Hi there

I am using JIRA Suite Utilities to perform a post-function on a transition. When an assignee transitions a ticket to the next workflow, I would like to email the asignee with a short message along the lines of 

Hi 

Now [Issue Key] is implemented, please complete the post-implementation review.

 

The post-function allows me to use a groovyscript, but I have no experience (am a total noob) with groovyscript and I am not sure how to use this script so it imbeds the issue key in the middle of the body text.

Can anyone help?

Best wishes

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
1 vote
Answer accepted
Jenna Davis
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.
Oct 06, 2017

Hello, 

In order to get the issue key you can put this in the 'Conditions and Configurations' section, assuming you're using the built-in post function to send emails. 

config['key'] = issue.key

You can then access that issue key by using '$key' in the template section. 

If you can't get this to work or aren't using the built in script, please send me a screenshot of what you have currently so I can better know what you need to do. 

Hopefully this helps!
Jenna 

Thanks very much Jenna!

For anyone out there reading this, below is how I am doing this, using the JIRA misc workflow extensions plug-in. This is available by editing a transition, then going to post-functions and selecting to send a notification email:

 

A notification email will be sent with the following contents:

Subject: ${issue.getKey()} has been implemented. Please complete post-implementation review

HTML body:

Text body: Hi ${issue.assignee.displayName} Now that ${issue.getKey()} has been implemented, please complete the post-implementation review on the RFC. This should be done within two working days. Yours sincerely Change Manager

Recipients:

Issue members: Assignee

Users from fields:

TAGS
AUG Leaders

Atlassian Community Events