Correct Syntax for extracting work Item History using Reportable REST API
I was able to pull the workitem history using the following the following
https://server:9443/ccm/rpt/repository/workitem?fields?=workitem/workItem/[type/id=feature]/(id/type(id/name) | itemHistory/*)
Can someone tell me what the syntax would be too add state = done to the above command?
I need to narrow down the data being pulled to just work items in the done state.
One answer
Looks like you are using the EWM Reportable Rest API.. More details can be found at Reportable REST API