How to get all work Items belong to the same Planned For item using Rest API?
One answer
Referring to the REST API documentation at https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI, you would use a query such as:
https://jazz.net/jazz/rpt/repository/workitem?fields=workitem/workItem[target='4.0 RC1']/id
However, in this case, this results in an
Error 500: CRRED0105E: Unsupported type name: com.ibm.team.process.Iteration
It doesn't look like filtering on "planned for" is supported.
https://jazz.net/jazz/rpt/repository/workitem?fields=workitem/workItem[target='4.0 RC1']/id
However, in this case, this results in an
Error 500: CRRED0105E: Unsupported type name: com.ibm.team.process.Iteration
It doesn't look like filtering on "planned for" is supported.