Forums

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

Jira Smart Value for issue key to be presented as a hyperlink

Ali Demir
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!
June 10, 2025

I'm looking to include a Jira smart value to present an issue key but with a hyperlink to the issue.

 

For example if the issue key is ATP-63 then I want to see this in blue with a hyperlink so that I can click onto it and go straight to the issue.

I don't want to see the whole URL to the issue but just the issue key that I can click on to get to the issue.

 

Hope this makes sense :) 

3 answers

0 votes
Gor Greyan
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 10, 2025

Hi, @Ali Demir

Try the following.

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

0 votes
John Funk
Community Champion
June 10, 2025

Hi Ali - Welcome to the Atlassian Community!

Try this: 

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

 

0 votes
Piyush Annadate _ACE Pune_
Community Champion
June 10, 2025

Hello @Ali Demir 
Welcome to the Community !

You can directly use {{issue.url}} - JIRA will automatically convert url into Issue key + Summary

Else, you can <a href="{{issue.url}}">{{issue.key}}</a>; which is same as above. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events