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,
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.