1323: The new update_changenum API should be rolled into review_request_draft_set_field

chipx86
Aug. 30, 2010
What version are you running?
1.1 alpha 1

What's the URL of the page containing the problem?
/api/json/reviewrequests/{reviewrequestID}/update_changenum/{changenum}/


This API function for updating the change number is flawed and probably
shouldn't be supported in its current form. It's triggered by a GET, rather
than a POST, and really what it does is nothing more special than updating
a branch. We should roll this into the existing field setting API.
chipx86
#1 chipx86
  • +Milestone-Release1.5
chipx86
#2 chipx86
Pushing back to 1.6.
  • +Milestone-Release1.6
chipx86
#3 chipx86
This is no longer a factor in the new API. It's "Fixed" more or less, but didn't really impact the old API.
  • +Fixed