Hello,
I am retrieving test data using GraphQL Insomnia and when getting text with some markup, there is something like this:
*Main Storage*\n\n* {{ft list <subsystem id>}} - To check files folder list\n* {{ft upload <subsystem id> <file id}}> - To upload file into needed file location\n** Usually its called {{fwUpdMain}}\n
Why "\n" defines the new line, even though in Jira text formatting guide it is not mentioned? The thing is, that I'm using this data in jsreport software and it doesn't understand this markup. I could convert it to HTML using Pandoc, but even it doesn't understand the markups with "\n". Maybe you have any ideas on how to export data from JIRA without this kind of markup?