-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Work Item - Backend - Comments
-
None
-
1
-
Severity 3 - Minor
Issue Summary
This is reproducible on Data Center: (yes) / (no)
Steps to Reproduce
- Call GET issue API endpoint that contains a comment with an empty value in actionbody field.
Expected Results
- To deal with null values and show the response as expected.
Actual Results
Shows ".
{"errorMessages":["Invalid request payload. Refer to the REST API documentation and try again."]}" at the end.
Workaround
The comments can be seen properly with the GET comments API endpoint.