Project

General

Profile

Actions

Defect #11482

open

Output inconsistency during issue creation

Added by Artur Smolarek over 11 years ago. Updated over 11 years ago.

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 #1

Updated by Jean-Philippe Lang over 11 years ago

  • Priority changed from High to Normal
  • Resolution set to Cant reproduce

Tested OK with a 3000 character long description. The response body always include the issue representation when creating an issue.

Actions

Also available in: Atom PDF