Help with listing out issues within an automation email

Renee Santore Sidoti July 21, 2023

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.

Screenshot 2023-07-21 195235.png

 

1 answer

1 accepted

1 vote
Answer accepted
Kseniia Trushnikova
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 21, 2023

Hi @Renee Santore Sidoti,

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.

Renee Santore Sidoti July 22, 2023

Thank you very much. Worked perfectly!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events