Hi,
There is other way than this:
- <a href="{{issue.toUrl}}">{{issue.key}}</a>
for use the hyperlink of an issue?
For example I have an issue that have an Epic Link with another Issue, is possible to use the hyperlink for the epic and not only for the children issue? I have tried in this way:
<a href="{{issue.fields.customfield_10014.toUrl}}">{{issue.fields.customfield_10014}}</a>
but it doesen't work
P.S: customfield_10014 is the epic link of the issue