jazzylistview

Querying Jazz RTC Work Items via OSLC

妖精的绣舞 提交于 2019-12-06 14:02:33
问题 I am able to get workitem if I know the ticket id using following request https://example.com:8081/ccm/oslc/workitems/37702.json. I want to query RTC to get all wrorkitems owned by a gievn user or based on tags. I am using the folllowing query to get data but unable to get the details. Search based on owner of workitem https://example.com:8081/ccm/oslc?oslc_cm.query=dc:owner="abc@gmail.com" Search based on tags https://example.com:8081/ccm/oslc?oslc_cm.query=dc:subject="mc" 回答1: Another way

Querying Jazz RTC Work Items via OSLC

﹥>﹥吖頭↗ 提交于 2019-12-04 19:45:57
I am able to get workitem if I know the ticket id using following request https://example.com:8081/ccm/oslc/workitems/37702.json . I want to query RTC to get all wrorkitems owned by a gievn user or based on tags. I am using the folllowing query to get data but unable to get the details. Search based on owner of workitem https://example.com:8081/ccm/oslc?oslc_cm.query=dc:owner= "abc@gmail.com" Search based on tags https://example.com:8081/ccm/oslc?oslc_cm.query=dc:subject= "mc" Another way of getting data out of jazz is using SPARQL. You can find the SPARQL endpoint from the rootservices (GET h