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).
Updated by Etienne Massip almost 13 years ago
- Category set to REST API
- Affected version (unused) set to 1.3.0
- Affected version set to 1.3.0
Updated by Jean-Philippe Lang almost 13 years ago
- Tracker changed from Defect to Feature
- Subject changed from Redmine API does not change project with update issue method to Change project through REST API issue update
Not implemented yet.
Updated by Jean-Philippe Lang almost 13 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version set to 1.4.0
- Resolution set to Fixed
Added in r8531.
Actions