Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

How do we create an hyperlink with smart values ?

YYAPO
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!
Oct 25, 2023

Hello,

I am currently using Jira Cloud, I am a beginner on this software.

I am trying to create an hyperlink. My goal is to create an hyperlink that have the name of a parent issue and it's URL then paste the reslult (the hyperlink) in a customfield. 

I haven't been able to find in the documentation a smart values that create an hyperlink.

I have written that :

{
"fields": {
"customfield_11206": "{{issue.parent.summary}} || {{issue.parent.url}}"
}
}

But it return the name of the parent issue AND the URL. 
I would like that, it returns just the name and beeing able to click on it in order to make the page appear.

Thanks,

 

1 answer

0 votes
David Blank
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.
Oct 25, 2023 • edited

Hi @YYAPO and welcome to the Atlassian Community!

 

Have you tried {{issue.parent.key}} ?

YYAPO
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!
Oct 25, 2023

Yes I have tried and this smart values, it works but this is not exactly what I want.

Because it will return for example «MP-7457» and I will be able to click on it. But I would like to see the summary of that issue instead of the key «MP-7457».

Thanks for your help

Suggest an answer

Log in or Sign up to answer