Project

General

Profile

Actions

Defect #41260

closed

PUT /issues is not updating the parent

Added by Michael Bauschert 10 days ago. Updated 9 days ago.

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

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

I'm using this PUT to update the parent and the subject:

PUT <url>/redmine/issues/15942.json

together with this content:

{
    "issue": {
        "id": 15942,
        "subject": "New subject text",
        "parent": {
            "id": 16232
        }
    }
}

The subject is updated but the parent is not...

I receive a 204 (no content)

What is the problem here?

Thanks for your support!

Actions

Also available in: Atom PDF