Description of problem: Please, make the case sortkey field accessible through XMLRPC. This has been previously possible with the use of TestCase.get() and TestCase.update() functions but due to database table change (bug 545082) is now no more available. I suggest to implement a new TestCasePlan class which would support get() and update() methods.
New TestCasePlan class, support get() and update() methods. Now TestCasePlan.update() method only support update sorkey. Thanks.
Verify 3.8.0-1 on stage -->PASS Verify steps: 1. test TestCasePlan.get(case_id, plan_id) 2. test TestCasePlan.get(case_id, plan_id, new_sort_key) Actual result: works well.