Project

General

Profile

Actions

Defect #23921

closed

REST API Issue PUT responds 200 OK even when it can't set assigned_to_id

Added by Fran Fabrizio over 7 years ago. Updated over 7 years ago.

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

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

Hi,

I ran across an issue with the REST API that responded with a 200 OK when I think it should respond with an error.

If I try to PUT this to an existing issue:

{ "issue": {
 "assigned_to_id": "19" 
 }
}

it will respond 200 OK even if it can't change the assigned_to_id to 19, for instance if user ID 19 does not have an assignable role on the project. Because the API reported a 200 OK, this led to a lot of confused debugging. A 422 return with appropriate error message in the body might be more useful.


Related issues

Related to Redmine - Defect #26063: Users can assign a user/group which is not a member of current project, or even a user that doesn't existClosed

Actions
Actions #1

Updated by Toshi MARUYAMA over 7 years ago

  • Description updated (diff)
Actions #2

Updated by Toshi MARUYAMA over 7 years ago

  • Target version set to 3.4.0
Actions #3

Updated by Jean-Philippe Lang over 7 years ago

  • Status changed from New to Closed
  • Assignee set to Jean-Philippe Lang
  • Resolution set to Fixed

Fixed by r16055.

Actions #4

Updated by Go MAEDA almost 7 years ago

  • Related to Defect #26063: Users can assign a user/group which is not a member of current project, or even a user that doesn't exist added
Actions

Also available in: Atom PDF