REST API ignoring assigned_to_id on issue creation and update?
Added by Fran Fabrizio about 8 years ago
Another user reported this problem on stackoverflow a few months ago:
http://stackoverflow.com/questions/38051250/redmine-create-issue-assigned-to-id-does-not-work
I'm having the exact same issue. Whether I try to use ActiveResource or a REST client or just Postman to manually simulate, any value given to assigned_to_id on the issue creation POST or an issue update PUT is ignored, even when that id maps to a user that is assignable. I'm connecting using Redmine Admin's API key so it's not a permissions issue on that end.
Is this a known issue? I'm using Redmine 3.3.0.stable.
Replies (1)
RE: REST API ignoring assigned_to_id on issue creation and update? - Added by Fran Fabrizio about 8 years ago
False alarm! Was working to the wrong project - a project that doesn't have any assignable roles. Moving it to the right project cleared up the issue. It would be nice to get something other than a return code of 200 OK in this case, though.