Hello together,
we are currently facing a problem in our internal Jira environment. We receive data from an external system and they are not possible to send it with line breaks via the API. The problem here is that we need every new data set in a new line because we have some automation scripts reading this line break.
So now my question is: How can i replace a String with a line break? Maybe this is something I could implement via ScriptRunner.
The current format is this:
Hello\nthis\nis\na\test
And the expected format would be:
Hello
this
is
a
test
Are there any possibilities to change the data in Jira internally.
Thanks for now, have a nice weekend.
Best regards!