Actions
Feature #9803
closedChange project through REST API issue update
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
E.g. the following has a new tracker_id and project_id. Tracker changed but the project remained the same as before.
Processing IssuesController#update to xml (for 152.23.193.3 at 2011-12-15 11:31:09) [PUT]
Parameters: {"format"=>"xml", "action"=>"update", "id"=>"5162", "issue"=>{"priority_id"=>"4", "project_id"=>"2", "tracker_id"=>"2", "due_date"=>"2011-10-15", "status_id"=>"1"}, "controller"=>"issues"}
Sending email notification to:
Completed in 105ms (View: 0, DB: 24) | 200 OK [http://redmine.projects.es/issues/5162.xml]
And we have the latest version (updated couple days ago).
Actions