[RTC] - workItem query issues (OSLC API)
Hey,
I am trying to list all the workItems, but I don't see how I will be able to do it, the documentation looks confusing...
I am able to authenticate and check the catalog in:
https://server.example:9443/ccm/oslc/workitems/catalog
Then I check the services.
https://server.example:9443/ccm/oslc/contexts/_9YvgoJxeEeKF9ZoJqLA4AQ/workitems/services.xml
Which leads me to the workItems.
https://server.example:9443/ccm/resource/itemName/com.ibm.team.workitem.WorkItem/<id>
I am able to check the information from a specified id, is there a way to do this for all work items? e.g: filtering by status or dates?
I would appreciate if someone could help me.