Line breaks in incident description field

Copper Contributor

Hi,

 

I have a script that fetches data from another system and add it as incidents in Sentinel. The data consists of multiple keys with values, one per line. I got this working in Python by concatenating the key-values with line break (\n) between them into a single string. 

 

The result in a Sentinel incident was like this but with more key-values:

Key: Value
Key: Value
Key: Value
Key: Value
Key: Value

Now, all of a sudden, new incidents and also already existing incidents (from when it was working correctly) looks like this:

Key: Value Key: Value Key: Value Key: Value Key: Value

Has anything changed in how the description field is presented? Is there a way of achieving line breaks in the description field again?

0 Replies