Hi, I've been trying to get this list to come out as a links back to the actual Jira stories. I can't seem to get the entire list to come out formatted nicely. I was able to get them all out, but it's formatted like a string. It's driving me crazy. I've tried so many different ways to no avail. html tags, different configurations, etc. Any help would be greatly appreciated.
You can use such tag to add links:
<a href={{url}}>{{key}}</a>
For example:
{{#issues}}
<a href={{url}}>{{key}}</a> - {{summary}} | {{assignee.displayName}}
{{/}}
When you click on the issue key, you'll open this issue in a web browser.
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.