I have an automation that creates a Jira Issue. In the Description I want to have some text that is preformatted. The markdown for this is double braces (e.g. {{monospaced text}} ) but that is also the format for smart values. How do I get the automation to pass the double braces onto the issue description and treat the text as preformatted rather than a smart value? I've tried various escaping techniques (\{{, {\{, {{{{) but they aren't working.
Hello @Jeff Shepherd
Please try below syntax
{{=<% %>=}} {{monospaced text}} <%={{ }}=%>
Reference: LINK
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.