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.