Dear Community,
I'd like to ask, if somebody has an idea, how I could solve the following problem.
I'm using a post function in one of our workflows to send a custom Notification via Script Runner (Script-Post Function). As part of the message I'd like to use the issue.description of the ticket to be shown in the Mail.
Unfortunately the text of the description is not formated correct, and just shown as "plane text in a single line", even if its formated as html within the Ticket.
I've set it as the following:
<p>Dear Sender</p>
<br>
<p>a new Ticket has been created.</p>
<br>
<br>=============================================
<p><%=issue.description %></p>
<br>=============================================
<br>
<br>
<p><a href="https://jira......../browse/<%=issue.key %>"><%=issue.key %> - <%=issue.summary %></a></p>