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!
October 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.
October 25, 2023

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!
October 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