Project

General

Profile

Actions

Defect #19270

closed

Creating new journal entries through REST API broken in Redmine 3.0.0

Added by Tim Taler about 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Cant reproduce
Affected version:

Description

Hi,

The following REST request worked fine in Redmine 2.6.x:

PUT /issues/5558.xml HTTP/1.1
Content-Length: 91
Content-Type: text/xml; charset=UTF-8
Host: redmine.server.com:80
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
Authorization: Basic httpbasicpassword.....==

<issue><id>5558</id><notes>test comment,please ignore</notes></issue>

Since upgrading to Redmine 3.0.0 the server responds with a HTTP 200 but no new journal entry is committed to the database.

Actions #1

Updated by Jean-Philippe Lang about 9 years ago

  • Status changed from New to Closed
  • Resolution set to Cant reproduce

Works fine for me, I've added a test for this in r14046 and it passes.
Please reopen if you can provide more details about how to reproduce this.

Actions

Also available in: Atom PDF