-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
3
-
Severity 3 - Minor
-
836
-
Issue Summary
Newlines are not supported in details field in Pipeline Reports API
The API documentation says for the details field "A string to describe the purpose of the report. This string may contain escaped newlines and if it does it will display the content accordingly.." but it doesn't work.
Steps to Reproduce
- Call the Reports API endpoint to create Pipeline reports as mentioned in the API documentation
- Make sure the details fields has new line characters "\n"
Expected Results
The detail field in the generated report should have new line as mentioned in the API call
Actual Results
The detail field in the generated report doesn't have new line as mentioned in the API call
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available