Open manefix opened 3 years ago
I checked the API and the task point is deprecated since version 7.2 it should be changed to comment with severity blocker. Maybe the text is interpreted as HTML which ignores the line breaks.
maybe, I used end point 'https://servername:port/rest/api/latest/tasks' or from atlassian python wheel add_task with the same endpoint so no success) what do you recommend how to fix it?
I have tried to send t comments end point the same as comment but adding fields status and severity and it worked, thank you @Spacetown
BTW tasks endpoint is still there in 7.7 version of BB at least
New task creation via Rest Api in Pull Request loses newlines symbols url = 'https://servername:port/rest/api/latest/tasks'
Expected result: task appears with keeping formatting symbols like \n \t \r Actual result: new tasks lost all formatting and posted with oneliner text :(