Actions
Defect #11482
openOutput inconsistency during issue creation
Status:
New
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Cant reproduce
Affected version:
Description
When you create a issue throw REST API, returned body can be one of two types:
- body with data like: created issue ID and etc.
- empty body.
The body is empty only if descriptions is longer than ~1000 characters.
Of course in both above situations API returns 201 http code.
Will be good if body contain data (first of all ID of created issue) independently from input data size.
We have confirm this problem in Redmine 2.0.0 & 2.0.3.
Actions