I am using the Rest API to create tickets in service desk, but I am having trouble populating the description with line breaks.
This is what I want:
I want my tickets to look like this. With line breaks. And more line breaks.
What I get is this:
I want my tickets to look like this. With line breaks. And more line breaks.
I have tried several different methods of creating them ( actual line breaks as XML usually uses, <br>, <br><br />, etc.) What is the proper method of getting line breaks in the description of a ticket filed via the Rest API ?