RTC OSLC Rest API - is creating a query using enumeration list attribute possible?
e.g.
https://rtc:9443/ccm/oslc/contexts/proj_uuid/workitems?oslc.where=rtc_cm:custom.attribute{dc:title="Yes"}&oslc.select=rtc_cm:custom.attribute{dc:title}
above returns all work items, not just the ones where this attribute equals 'yes'. I understand that it is a collection (depicted as checkboxes in our editor) so the custom attribute in this case can have multiple values
Is this task achievable? Thanks
https://rtc:9443/ccm/oslc/contexts/proj_uuid/workitems?oslc.where=rtc_cm:custom.attribute{dc:title="Yes"}&oslc.select=rtc_cm:custom.attribute{dc:title}
above returns all work items, not just the ones where this attribute equals 'yes'. I understand that it is a collection (depicted as checkboxes in our editor) so the custom attribute in this case can have multiple values
Is this task achievable? Thanks