Estou precisando enviar o ultimo comentário do card {{comments.last.body}} para um outro sistema, porém preciso remover as quebras de linhas, alguém sabe uma forma de criar uma variável com o texto substituindo o \n por <br>?
Welcome to the community.
This can be done in Jira, the smart values can help.
Have you tried to use replace() to substitute a space or empty string for the newline character before the test? For example:
example: {{issue.comments.last.body.replace("\n"," ")}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.