Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a hyperlink in JIRA Automations for Cloud

Darryll Arias March 6, 2020

I've created a rule and would like to send an email which contains {{issue.key}} that is linked to {{issue.url}}. Is it possible in the current version?

2 answers

1 accepted

7 votes
Answer accepted
Ste Wright
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 8, 2020

Hi @Darryll Arias

I believe either of these options should work:

  • <a href="{{issue.toUrl}}">{{issue.key}}</a>
  • <a href=“https”://yourinstance/browse/{{issue.key}}>{{issue.key}}</a>

You could {{issue.summary}} to either of these if you want to include that also.

Ste

Darryll Arias March 9, 2020

It worked! Thanks a lot!

 

Regards,

Darryll

Like 2 people like this
Kirill Proshkin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 7, 2023

One more example for JSM, if you need to link on portal


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

Like 2 people like this
1 vote
Lea Köhler
Contributor
August 8, 2021

Hi, I have the same request. Could you please tell me, where I can add this code in Jira? Thank you so much!

Darryll Arias August 9, 2021

Hello! I've added mine in the content section when sending an email (Project Settings > Automations > Select Rule >  Send email).

 

Automation rule.jpg

Like Lea Köhler likes this

Suggest an answer

Log in or Sign up to answer