So I'm attempting to pull the description into the custom email...which is fine, I can pull a jira field without a problem using - ${issue.description}.
The problem is that when a table is in the description, it is imported into the email with deliminators and not the actual table formatting.
How do you get the correct table formatting into the custom email?
Here are some screen shots:
Actual issue description field with table:
Scriptrunner Preview Custom Email: (using plain text email format)
Attempted to change the email format to html...but still unsure on how to add html write-up so that the table format is converted correctly.
Help please!