Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • How to send the email notification to multiple email addresses what issue moves to a specific status

Project Automation - Smart Value - Issue URL in Email

Emily Lukasik
Contributor
June 23, 2020

Hello - I am setting up a Project Automation Rule to send a daily email with a list of open issues with a specific criticality.

I tried to use the format highlighted in the webinar for the other week, but I cannot get my Issue Key to be hyperlinked.

When I use the below syntax I get a blank email

{{#lookupIssues}}
* <{{url}}|{{key}}>
{{/}}

When I remove the <> and use the below syntax I get an email that bullets out the full URL | then the issue key.

{{#lookupIssues}}
* <{{url}}|{{key}}>
{{/}}

 

I am trying to get it so the Issue Key itself is hyperlinked.  Any ideas?

 

1 answer

1 accepted

0 votes
Answer accepted
Andy Heinzer
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 Champions.
February 2, 2018

Natively, Jira is not very adept at sending notifications to email addresses that are not also user account addresses.  So if you are looking to send out these notifications to specific addresses that are not part of the watchers/reporters/assignee/etc, I would suggest the use of a 3rd party plugin to Jira that is better suited to accomplish this.

I believe that the Email this Issue plugin can do this.  However there could easily be other plugins in our marketplace that might have this same functionality.

Prateek Phadke
February 26, 2018

Thanks for your reply Andrew. I achieved this by following these simple steps:

1. Create a new user group. 

2. Add all the email addresses where I wanted to send communications. I actually didn't mention about the possibility to create a dummy user for each address in my question. Sorry for that :-)

3. Create a custom event that triggers on the required transition to send a notification. Add user group as a receiver of communication.

Hope this helps someone else.

Nani
Contributor
August 5, 2019

Hi @Prateek Phadke 

I am also in same issue, Can you elaborate this please..

Mainly 3rd point ? where I need to create custom event ? Were to add user group?

Thanks.

Like Prateek Phadke likes this

Suggest an answer

Log in or Sign up to answer