Hi,
I'm looking for smart value that will copy link issue hyperlink AND changed display text (summary only) into custom field.
The reason for that is to be able to have this custom field shown on dashboard with actual link not as a plain text.
Anyone can help with it?
I think that what you want is a smart value that will return something like:
<a href-"{{issue.url}}">{{issue.summary}}</a>
This won't work in a regular text field. Those fields don't render HTML or Wiki Markup. If you want to have the text displayed as a link, you need to use the Paragraph field type. If you do that, then you need to use wiki markup
[{{issue.summary}}|{{issue.url}}]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.