Reporter Plugin Liquid Pulling Formatted Content

0

Charles Noble
Added about 3 years ago

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?

Dimitar Chervenakov about 3 years

Hello, Charles. For more details and solution on this point, please contact our support team at . Thank you.

Answers (2)

0

Dimitar Chervenakov
Added about 3 years ago

Hi, Charles. For more details and solution on this point, please contact our support team at . Thank you.

1

Charles Noble
Added about 3 years ago

This issue was resolved by an update to the Reporter plugin, which added the code {{issue.description | with_formatting}}.

    (1-2/2)