OSLC - Current Iteration in OSLC
Accepted answer
Hi Bartosz,
another option would be to use Reportable REST API.
As an example, the following (GET) request for the "JKE Banking" project area :
which corresponds to what you see in the PA management page:
Up to you to refine the above query (and loop on it) to capture the wrapping development lines...
In such case, I advise you to check https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI for the available linking.
Regards,
Stéphane
another option would be to use Reportable REST API.
As an example, the following (GET) request for the "JKE Banking" project area :
https://localhost:9443/ccm/rpt/repository/foundation?fields=projectArea/projectArea[name="JKE Banking (Change Management)"]/projectDevelopmentLine/currentIteration/name&size=100would return this XML piece:
which corresponds to what you see in the PA management page:
Up to you to refine the above query (and loop on it) to capture the wrapping development lines...
In such case, I advise you to check https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI for the available linking.
Regards,
Stéphane
One other answer
Hello,
reading through our documentation
I don't think this is possible with OSLC.
See also: https://jazz.net/forum/questions/82177/possible-to-figure-out-the-current-iteration-via-rest-api
Hope it helps.
Eric.
Comments
Eric,
The challenge here is that when you use RTC Client Eclipse it download such a information. I am supprised that I am not able to get such a information through OSLC.
In my case I am not able to use Java API due to limitations on mobile platforms, it is just not supported and not working.
Hello Bartosz,
clients like Eclipse or WebUI do not use OSLC - rather Java API.
You may want to search in the OSLC API
Let me know if you find anything.
Thanks.
Eric