Reporter Plugin Liquid Pulling Formatted Content
Hello,
I am new to Liquid and am using it in the context of the RedmineUp Reporter Plugin. I am running into an issue with formatting being pulled as text and not applied.
For example:
I use
{{issue.description}}
which pulls the description of the issue tracker it is applied to.
However, the description is formatted as a table, so my return is
"As of January 5, 2021, the schedule for this release is as follows: {background:#ddd}. |{width:50%}. Task|{width:20%}. Owner|{width:20%}. Tracker Type|{width:10%}. Due Date"
with the actual contents of the table following that. Is there a way so that when Liquid pulls this, it outputs the actual table instead?
Answers (2)
Hi, Charles. For more details and solution on this point, please contact our support team at support@redmineup.com. Thank you.
This issue was resolved by an update to the Reporter plugin, which added the code {{issue.description | with_formatting}}.
Hello, Charles. For more details and solution on this point, please contact our support team at support@redmineup.com. Thank you.