What is "com.ibm.team.apt.internal.service.rest.PlanRestService" for?
It seems the new ccm application advanced properties for "Planning" in version 4.0.7 and 5.0:
com.ibm.team.apt.internal.service.rest.PlanRestService
I have verified so far:
Plan Result in Plan dashboard widget.
Result in quick search by plan.
Q2) What is "VSClientPlanRestService" for?
Q3) If I change the value for "PlanRestService", the value "VSClientPlanRestService" also is changed automatically to the same value. Is this worked as expected?
Q4) Any work item record or documentations for these properties?
(I searched but could not found.)
Accepted answer
By default the plan search result is in descending order and this property is to make the result in ascending order. this is the result of the below workitem:
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=297077
The feature seems to be available from v4.0.6.
In v5.0, this search feature has been improved a lot:
https://jazz.net/downloads/rational-team-concert/releases/5.0?p=news#tap-plan-search-usability
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=297077
The feature seems to be available from v4.0.6.
In v5.0, this search feature has been improved a lot:
https://jazz.net/downloads/rational-team-concert/releases/5.0?p=news#tap-plan-search-usability
Comments
It's mentioned in the RTC 4.0.6 release note.
https://jazz.net/downloads/rational-team-concert/releases/4.0.6?p=news#browsePlans
Sort order change of iterations when browsing plans
I believe the options there allow you to revert the behavior back to the old way.To make it easier to find the most relevant plans, the All Plans, Current Plans, and My Current Plans pages now display iterations from newest to oldest.
One other answer
With my limited knowledge, PlanRestService should be the one to convert the data into REST Data feed so you can access Plan date using associated REST API. In the similar manner VSClientPlanRestService should provide the similar feature.
The option is to display sorted output in ascending but never tried myself :)
The option is to display sorted output in ascending but never tried myself :)