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

How to include hyperlink to JIRA issue with email response via automation

Kathy Wahler June 10, 2024

I am trying to send an email notification when a JIRA issue is created that is unassigned.  The email notification works however when I receive the email, I am able to get the issue key to generate however it is not displayed as a hyperlink.    I am using JIRA Server not cloud.

Is there a way to do this without writing html (which I do not know how to write).  Thank you!

 

 

3 answers

1 vote
Koushik Kadambala December 6, 2024

Hi Kathy,

You might want to try this - If you're using the Send Email action, you would just include something like this in your email body:

<a href="{{issue.url}}">{{issue.key}}</a>

 

0 votes
Vijay Dadi
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.
June 11, 2024

use it like 

[{{issue.url}}] OR

 

[{{issue.key}}|{{issue.url}}]

The [] around links are optional in the case you do not want to use any alias for the link.

This should do the magic !

0 votes
Vijay Dadi
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.
June 11, 2024

try {{issue.url}}.

this will automatically out the complete url for the particular issue.

Kathy Wahler June 11, 2024

Thank you, while this does show the complete url it is still not the actual hyperlink in the email. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events