Work items through API - filter and sort at the same time
I can get the API to sort by ID with
/sort=dc:identifier
Unfortunately, that command does nothing if I include filter parameters with my request. For example,
https://:9443/jazz/oslc/contexts/_7MZucPglEd-AecEAlk2NxQ/workitems.xml?oslc_cm.query=rtc_cm:state="{open}"&oslc_cm.properties=dc:identifier,dc:title,dc:type{dc:title},rtc_cm:ownedBy{dc:title} /sort=dc:identifier
returns the proper fields but doesn't sort. Any idea how to sort and filter at the same time?
/sort=dc:identifier
Unfortunately, that command does nothing if I include filter parameters with my request. For example,
https://:9443/jazz/oslc/contexts/_7MZucPglEd-AecEAlk2NxQ/workitems.xml?oslc_cm.query=rtc_cm:state="{open}"&oslc_cm.properties=dc:identifier,dc:title,dc:type{dc:title},rtc_cm:ownedBy{dc:title} /sort=dc:identifier
returns the proper fields but doesn't sort. Any idea how to sort and filter at the same time?