RTC v4.0.2 REST API - how to get all work items for a particular project
I am trying to use the REST API in RTC version 4.0.2 to get a list of all work items associated with a particular project.
My query is as follows:-
https://jazz-ccm01:9443/ccm/rpt/repository/workitem?fields=workitem/workItem\[projectArea=SCMRM\]/(id|summary)
This generates an error report with the following message:-
HTTP Status 500 - CRRED0105E: Unsupported type name: com.ibm.team.process.ProjectArea
So, my question is: If 'projectArea' is an unsupported type name in RTC 4.0.2 then what should I use instead?
Thanks and regards,
Paul Eaton.
Accepted answer
Cool ! I think the projectArea would want something that would look like _4e29helshoq92s01-8 ( you've seen those uuid, I'm sure )
You will be limited to the maximum number of results configured for work item queries as well.
You will be limited to the maximum number of results configured for work item queries as well.
Comments
Kevin Ramer
Jun 24 '14, 10:25 a.m.Paul Eaton
Jun 24 '14, 10:29 a.m.