Does workflow supports text block? Hojom59215 Created October 25, 2022 09:59 How can i initialize multiline string? For example: var testString = """ Lorem ipsum dolor sit amet, consectetur adipiscing elit,sed do eiusmod tempor""";
I'm Lena from the YouTrack Team. I will do my best to help you.
You can use the '\n' symbols to define the end of the string. Please try it and let me know if it is what you are looking for.
Hi Lena, thanks for the answer!
Yes, i know about the '\n' symbol. Just hoped to find another faster way to construct issues description in workflows using formatting.
You can use any solutions available in JavaScript. A common alternative is template literals, which are arguably more user-friendly.