[BUG] - Code inside template literals in task descriptions is incorrectly executed #175
Labels
bug
Something isn't working
playground
Pertains to the interactive examples or sandbox environments that allow for testing or playing with
Descripción:
Describe the Bug
When adding example code within a template literal or string in the
description
attribute of a task, KaibanJS incorrectly interprets the code as executable, resulting in errors such as "X is not defined" if the example contains references to undefined variables.KaibanJS Team Config
Provide a playground link or configuration file to reproduce the issue:
Steps to Reproduce
description
that includes example code wrapped in a template literal.description
, formatted with backticks for clarity.team.start()
.complianceTeam
) is executed instead of treated as plain text.Current vs. Expected Behavior
description
strings or template literals are interpreted and executed, causing errors like "X is not defined."Environment
The text was updated successfully, but these errors were encountered: