Forums

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

Value to linked a issue

Tiara Pequeno
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!
November 6, 2025

Hi everyone,
When Jira sends automatic notifications (for example, when I’m watching or following an issue), those emails include a direct link to the issue.
I’m trying to create an automation rule that sends a notification when an issue moves from one specific column/status to another, but I can’t find the correct smart value to generate that same direct link to the issue in the message.
Does anyone know which smart value should be used for that?
Thanks in advance!

2 answers

1 accepted

1 vote
Answer accepted
Anthony Morais
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.
November 6, 2025

Hi @Tiara Pequeno Welcome to the Atlassian Community!

You can use this one, it will show the name and description of the ticket, and the link to it:

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

 

Hope this helps!

Anthony

1 vote
John Funk
Community Champion
November 6, 2025

Hi Tiara - Welcome to the Atlassian Community!

There are various forms of the value, but this is the one I use most often:

<a href="{{issue.toUrl}}">{{issue.summary}}</a>

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events